Class: Aws::Bedrock::Types::ListCustomModelDeploymentsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

Filters deployments created after the specified date and time.

Returns:

  • (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_beforeTime

Filters deployments created before the specified date and time.

Returns:

  • (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_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


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_equalsString

Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.

Returns:

  • (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

#name_containsString

Filters deployments whose names contain the specified string.

Returns:

  • (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_tokenString

The token for the next set of results. Use this token to retrieve additional results when the response is truncated.

Returns:

  • (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

#sort_byString

The field to sort the results by. The only supported value is ‘CreationTime`.

Returns:

  • (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

#sort_orderString

The sort order for the results. Valid values are ‘Ascending` and `Descending`. Default is `Descending`.

Returns:

  • (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

#status_equalsString

Filters deployments by status. Valid values are ‘CREATING`, `ACTIVE`, and `FAILED`.

Returns:

  • (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