Class: Aws::Bedrock::Types::RegisterMarketplaceModelEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::RegisterMarketplaceModelEndpointResponse
- 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 registered endpoint.
Instance Attribute Details
#marketplace_model_endpoint ⇒ Types::MarketplaceModelEndpoint
Details about the registered endpoint.
6268 6269 6270 6271 6272 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6268 class RegisterMarketplaceModelEndpointResponse < Struct.new( :marketplace_model_endpoint) SENSITIVE = [] include Aws::Structure end |