1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrock
  5. getApplicationInferenceProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

aws-native.bedrock.getApplicationInferenceProfile

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi

    Definition of AWS::Bedrock::ApplicationInferenceProfile Resource Type

    Using getApplicationInferenceProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getApplicationInferenceProfile(args: GetApplicationInferenceProfileArgs, opts?: InvokeOptions): Promise<GetApplicationInferenceProfileResult>
    function getApplicationInferenceProfileOutput(args: GetApplicationInferenceProfileOutputArgs, opts?: InvokeOptions): Output<GetApplicationInferenceProfileResult>
    def get_application_inference_profile(inference_profile_identifier: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetApplicationInferenceProfileResult
    def get_application_inference_profile_output(inference_profile_identifier: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetApplicationInferenceProfileResult]
    func LookupApplicationInferenceProfile(ctx *Context, args *LookupApplicationInferenceProfileArgs, opts ...InvokeOption) (*LookupApplicationInferenceProfileResult, error)
    func LookupApplicationInferenceProfileOutput(ctx *Context, args *LookupApplicationInferenceProfileOutputArgs, opts ...InvokeOption) LookupApplicationInferenceProfileResultOutput

    > Note: This function is named LookupApplicationInferenceProfile in the Go SDK.

    public static class GetApplicationInferenceProfile 
    {
        public static Task<GetApplicationInferenceProfileResult> InvokeAsync(GetApplicationInferenceProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationInferenceProfileResult> Invoke(GetApplicationInferenceProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationInferenceProfileResult> getApplicationInferenceProfile(GetApplicationInferenceProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:bedrock:getApplicationInferenceProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    InferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    inferenceProfileIdentifier String
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    inferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    inference_profile_identifier str
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    inferenceProfileIdentifier String
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.

    getApplicationInferenceProfile Result

    The following output properties are available:

    CreatedAt string
    Time Stamp
    InferenceProfileArn string
    The Amazon Resource Name (ARN) of the inference profile.
    InferenceProfileId string
    The unique identifier of the inference profile.
    InferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    Models List<Pulumi.AwsNative.Bedrock.Outputs.ApplicationInferenceProfileInferenceProfileModel>
    List of model configuration
    Status Pulumi.AwsNative.Bedrock.ApplicationInferenceProfileInferenceProfileStatus
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    List of Tags
    Type Pulumi.AwsNative.Bedrock.ApplicationInferenceProfileInferenceProfileType
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    UpdatedAt string
    Time Stamp
    CreatedAt string
    Time Stamp
    InferenceProfileArn string
    The Amazon Resource Name (ARN) of the inference profile.
    InferenceProfileId string
    The unique identifier of the inference profile.
    InferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    Models []ApplicationInferenceProfileInferenceProfileModel
    List of model configuration
    Status ApplicationInferenceProfileInferenceProfileStatus
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    Tags Tag
    List of Tags
    Type ApplicationInferenceProfileInferenceProfileType
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    UpdatedAt string
    Time Stamp
    createdAt String
    Time Stamp
    inferenceProfileArn String
    The Amazon Resource Name (ARN) of the inference profile.
    inferenceProfileId String
    The unique identifier of the inference profile.
    inferenceProfileIdentifier String
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    models List<ApplicationInferenceProfileInferenceProfileModel>
    List of model configuration
    status ApplicationInferenceProfileInferenceProfileStatus
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    tags List<Tag>
    List of Tags
    type ApplicationInferenceProfileInferenceProfileType
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    updatedAt String
    Time Stamp
    createdAt string
    Time Stamp
    inferenceProfileArn string
    The Amazon Resource Name (ARN) of the inference profile.
    inferenceProfileId string
    The unique identifier of the inference profile.
    inferenceProfileIdentifier string
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    models ApplicationInferenceProfileInferenceProfileModel[]
    List of model configuration
    status ApplicationInferenceProfileInferenceProfileStatus
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    tags Tag[]
    List of Tags
    type ApplicationInferenceProfileInferenceProfileType
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    updatedAt string
    Time Stamp
    created_at str
    Time Stamp
    inference_profile_arn str
    The Amazon Resource Name (ARN) of the inference profile.
    inference_profile_id str
    The unique identifier of the inference profile.
    inference_profile_identifier str
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    models Sequence[ApplicationInferenceProfileInferenceProfileModel]
    List of model configuration
    status ApplicationInferenceProfileInferenceProfileStatus
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    tags Sequence[root_Tag]
    List of Tags
    type ApplicationInferenceProfileInferenceProfileType
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    updated_at str
    Time Stamp
    createdAt String
    Time Stamp
    inferenceProfileArn String
    The Amazon Resource Name (ARN) of the inference profile.
    inferenceProfileId String
    The unique identifier of the inference profile.
    inferenceProfileIdentifier String
    Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
    models List<Property Map>
    List of model configuration
    status "ACTIVE"
    The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
    tags List<Property Map>
    List of Tags
    type "APPLICATION" | "SYSTEM_DEFINED"
    The type of the inference profile. The following types are possible:

    • SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
    • APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
    updatedAt String
    Time Stamp

    Supporting Types

    ApplicationInferenceProfileInferenceProfileModel

    ModelArn string
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs
    ModelArn string
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs
    modelArn String
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs
    modelArn string
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs
    model_arn str
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs
    modelArn String
    ARN for Foundation Models in Bedrock. These models can be used as base models for model customization jobs

    ApplicationInferenceProfileInferenceProfileStatus

    ApplicationInferenceProfileInferenceProfileType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi