Class: Aws::Bedrock::Types::RegisterMarketplaceModelEndpointResponse

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

#marketplace_model_endpointTypes::MarketplaceModelEndpoint

Details about the registered endpoint.



11429
11430
11431
11432
11433
# File 'lib/aws-sdk-bedrock/types.rb', line 11429

class RegisterMarketplaceModelEndpointResponse < Struct.new(
  :marketplace_model_endpoint)
  SENSITIVE = []
  include Aws::Structure
end