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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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.
10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 |
# File 'lib/aws-sdk-bedrock/types.rb', line 10240 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 |