Class: Aws::Bedrock::Types::RegisterMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::RegisterMarketplaceModelEndpointRequest
- Defined in:
- gems/aws-sdk-bedrock/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.
7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7522 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.
7522 7523 7524 7525 7526 7527 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7522 class RegisterMarketplaceModelEndpointRequest < Struct.new( :endpoint_identifier, :model_source_identifier) SENSITIVE = [] include Aws::Structure end |