Class: Aws::Bedrock::Types::CustomModelDeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CustomModelDeploymentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the custom model deployment was created.
-
#custom_model_deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model deployment.
-
#custom_model_deployment_name ⇒ String
The name of the custom model deployment.
-
#failure_message ⇒ String
If the deployment status is ‘FAILED`, this field contains a message describing the failure reason.
-
#last_updated_at ⇒ Time
The date and time when the custom model deployment was last modified.
-
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
-
#status ⇒ String
The status of the custom model deployment.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the custom model deployment was created.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#custom_model_deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model deployment.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#custom_model_deployment_name ⇒ String
The name of the custom model deployment.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
If the deployment status is ‘FAILED`, this field contains a message describing the failure reason.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time when the custom model deployment was last modified.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model associated with this deployment.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the custom model deployment. Possible values are ‘CREATING`, `ACTIVE`, and `FAILED`.
3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3838 class CustomModelDeploymentSummary < Struct.new( :custom_model_deployment_arn, :custom_model_deployment_name, :model_arn, :created_at, :status, :last_updated_at, :failure_message) SENSITIVE = [] include Aws::Structure end |