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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


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_identifierString

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

Returns:

  • (String)


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