Class: Aws::Bedrock::Types::ListProvisionedModelThroughputsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListProvisionedModelThroughputsRequest
- Defined in:
- gems/aws-sdk-bedrock/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 anextToken
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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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.
6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6495 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 |