Class: Aws::Bedrock::Types::MarketplaceModelEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::MarketplaceModelEndpointSummary
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Provides a summary of an endpoint for a model from Amazon Bedrock Marketplace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the endpoint was created.
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
-
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
-
#status ⇒ String
The overall status of the endpoint in Amazon Bedrock Marketplace.
-
#status_message ⇒ String
Additional information about the overall status, if available.
-
#updated_at ⇒ Time
The timestamp when the endpoint was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the endpoint was created.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The overall status of the endpoint in Amazon Bedrock Marketplace.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the overall status, if available.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the endpoint was last updated.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7344 class MarketplaceModelEndpointSummary < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |