Class: Aws::Bedrock::Types::MarketplaceModelEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::MarketplaceModelEndpoint
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about 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 registered.
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
-
#endpoint_config ⇒ Types::EndpointConfig
The configuration of the endpoint, including the number and type of instances used.
-
#endpoint_status ⇒ String
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
-
#endpoint_status_message ⇒ String
Additional information about the endpoint status, if available.
-
#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 (e.g., ACTIVE, INACTIVE).
-
#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 registered.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#endpoint_config ⇒ Types::EndpointConfig
The configuration of the endpoint, including the number and type of instances used.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#endpoint_status ⇒ String
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#endpoint_status_message ⇒ String
Additional information about the endpoint status, if available.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Additional information about the overall status, if available.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the endpoint was last updated.
11413 11414 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11413 class MarketplaceModelEndpoint < Struct.new( :endpoint_arn, :model_source_identifier, :status, :status_message, :created_at, :updated_at, :endpoint_config, :endpoint_status, :endpoint_status_message) SENSITIVE = [] include Aws::Structure end |