Class: Aws::Bedrock::Types::CreateMarketplaceModelEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateMarketplaceModelEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_model_endpoint ⇒ Types::MarketplaceModelEndpoint
Details about the created endpoint.
Instance Attribute Details
#marketplace_model_endpoint ⇒ Types::MarketplaceModelEndpoint
Details about the created endpoint.
588 589 590 591 592 |
# File 'lib/aws-sdk-bedrock/types.rb', line 588 class CreateMarketplaceModelEndpointResponse < Struct.new( :marketplace_model_endpoint) SENSITIVE = [] include Aws::Structure end |