Class: Aws::Bedrock::Types::CreateMarketplaceModelEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateMarketplaceModelEndpointResponse
- Defined in:
- gems/aws-sdk-bedrock/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.
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 |