Class: Aws::Bedrock::Types::CustomModelDeploymentSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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

Instance Attribute Details

#created_atTime

The date and time when the custom model deployment was created.

Returns:

  • (Time)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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_arnString

The Amazon Resource Name (ARN) of the custom model deployment.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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_nameString

The name of the custom model deployment.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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_messageString

If the deployment status is FAILED, this field contains a message describing the failure reason.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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_atTime

The date and time when the custom model deployment was last modified.

Returns:

  • (Time)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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_arnString

The Amazon Resource Name (ARN) of the custom model associated with this deployment.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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

#statusString

The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3672

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