Class: Aws::Bedrock::Types::RegisterMarketplaceModelEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_identifierString

The ARN of the Amazon SageMaker endpoint you want to register with Amazon Bedrock Marketplace.



7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-bedrock/types.rb', line 7246

class RegisterMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_identifier,
  :model_source_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#model_source_identifierString

The ARN of the model from Amazon Bedrock Marketplace that is deployed on the endpoint.



7246
7247
7248
7249
7250
7251
# File 'lib/aws-sdk-bedrock/types.rb', line 7246

class RegisterMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_identifier,
  :model_source_identifier)
  SENSITIVE = []
  include Aws::Structure
end