Class: Aws::Bedrock::Types::ListCustomModelsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_arn_equalsString

Return custom models only if the base model Amazon Resource Name (ARN) matches this parameter.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_afterTime

Return custom models created after the specified time.

Returns:

  • (Time)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Return custom models created before the specified time.

Returns:

  • (Time)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#foundation_model_arn_equalsString

Return custom models only if the foundation model Amazon Resource Name (ARN) matches this parameter.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#is_ownedBoolean

Return custom models depending on if the current account owns them (true) or if they were shared with the current account (false).

Returns:

  • (Boolean)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

Returns:

  • (Integer)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

Return custom models only if the job name contains these characters.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field to sort by in the returned list of models.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order of the results.

Returns:

  • (String)


5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5512

class ListCustomModelsRequest < Struct.new(
  :creation_time_before,
  :creation_time_after,
  :name_contains,
  :base_model_arn_equals,
  :foundation_model_arn_equals,
  :max_results,
  :next_token,
  :sort_by,
  :sort_order,
  :is_owned)
  SENSITIVE = []
  include Aws::Structure
end