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)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_afterTime

Return custom models created after the specified time.

Returns:

  • (Time)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Return custom models created before the specified time.

Returns:

  • (Time)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  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)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in the response.

Returns:

  • (Integer)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

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

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Continuation token from the previous response, for Amazon Bedrock to list the next set of results.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

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

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order of the results.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2370

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)
  SENSITIVE = []
  include Aws::Structure
end