Class: Aws::Bedrock::Types::RegisterMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::RegisterMarketplaceModelEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_identifier ⇒ String
The ARN of the Amazon SageMaker endpoint you want to register with Amazon Bedrock Marketplace.
-
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that is deployed on the endpoint.
Instance Attribute Details
#endpoint_identifier ⇒ String
The ARN of the Amazon SageMaker endpoint you want to register with Amazon Bedrock Marketplace.
11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11175 class RegisterMarketplaceModelEndpointRequest < Struct.new( :endpoint_identifier, :model_source_identifier) SENSITIVE = [] include Aws::Structure end |
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that is deployed on the endpoint.
11175 11176 11177 11178 11179 11180 |
# File 'lib/aws-sdk-bedrock/types.rb', line 11175 class RegisterMarketplaceModelEndpointRequest < Struct.new( :endpoint_identifier, :model_source_identifier) SENSITIVE = [] include Aws::Structure end |