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.



3944
3945
3946
3947
3948
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3944

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