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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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.
6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6224 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 |