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.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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