Class: Aws::Bedrock::Types::ListMarketplaceModelEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListMarketplaceModelEndpointsRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#model_source_equals ⇒ String
If specified, only endpoints for the given model source identifier are returned.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. If more
results are available, the operation returns a NextToken
value.
6012 6013 6014 6015 6016 6017 6018 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6012 class ListMarketplaceModelEndpointsRequest < Struct.new( :max_results, :next_token, :model_source_equals) SENSITIVE = [] include Aws::Structure end |
#model_source_equals ⇒ String
If specified, only endpoints for the given model source identifier are returned.
6012 6013 6014 6015 6016 6017 6018 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6012 class ListMarketplaceModelEndpointsRequest < Struct.new( :max_results, :next_token, :model_source_equals) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a
previous ListMarketplaceModelEndpoints
call.
6012 6013 6014 6015 6016 6017 6018 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6012 class ListMarketplaceModelEndpointsRequest < Struct.new( :max_results, :next_token, :model_source_equals) SENSITIVE = [] include Aws::Structure end |