Class: Aws::Bedrock::Types::CreateMarketplaceModelEndpointResponse

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

#marketplace_model_endpointTypes::MarketplaceModelEndpoint

Details about the created endpoint.



3220
3221
3222
3223
3224
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3220

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