Class: Aws::Bedrock::Types::ListCustomModelDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListCustomModelDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
Filters deployments created after the specified date and time.
-
#created_before ⇒ Time
Filters deployments created before the specified date and time.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#model_arn_equals ⇒ String
Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.
-
#name_contains ⇒ String
Filters deployments whose names contain the specified string.
-
#next_token ⇒ String
The token for the next set of results.
-
#sort_by ⇒ String
The field to sort the results by.
-
#sort_order ⇒ String
The sort order for the results.
-
#status_equals ⇒ String
Filters deployments by status.
Instance Attribute Details
#created_after ⇒ Time
Filters deployments created after the specified date and time.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
Filters deployments created before the specified date and time.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#model_arn_equals ⇒ String
Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Filters deployments whose names contain the specified string.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use this token to retrieve additional results when the response is truncated.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field to sort the results by. The only supported value is ‘CreationTime`.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for the results. Valid values are ‘Ascending` and `Descending`. Default is `Descending`.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
Filters deployments by status. Valid values are ‘CREATING`, `ACTIVE`, and `FAILED`.
9241 9242 9243 9244 9245 9246 9247 9248 9249 9250 9251 9252 9253 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9241 class ListCustomModelDeploymentsRequest < Struct.new( :created_before, :created_after, :name_contains, :max_results, :next_token, :sort_by, :sort_order, :status_equals, :model_arn_equals) SENSITIVE = [] include Aws::Structure end |