Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListProvisionedModelThroughputsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns Provisioned Throughputs created after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns Provisioned Throughputs created before the specified time.
-
#max_results ⇒ Integer
THe maximum number of results to return in the response.
-
#model_arn_equals ⇒ String
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
-
#name_contains ⇒ String
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
-
#next_token ⇒ String
If there are more results than the number you specified in the ‘maxResults` field, the response returns a `nextToken` value.
-
#sort_by ⇒ String
The field by which to sort the returned list of Provisioned Throughputs.
-
#sort_order ⇒ String
The sort order of the results.
-
#status_equals ⇒ String
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns Provisioned Throughputs created after the specified time.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns Provisioned Throughputs created before the specified time.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a ‘nextToken` value. To see the next batch of results, send the `nextToken` value in another list request.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#model_arn_equals ⇒ String
A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more results than the number you specified in the ‘maxResults` field, the response returns a `nextToken` value. To see the next batch of results, specify the `nextToken` value in this field.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field by which to sort the returned list of Provisioned Throughputs.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order of the results.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5287 class ListProvisionedModelThroughputsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :model_arn_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |