Class: Aws::Bedrock::Types::ListModelCustomizationJobsRequest

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

#creation_time_afterTime

Return customization jobs created after the specified time.

Returns:

  • (Time)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

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

#creation_time_beforeTime

Return customization jobs created before the specified time.

Returns:

  • (Time)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

class ListModelCustomizationJobsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :name_contains,
  :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)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

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

#name_containsString

Return customization jobs only if the job name contains these characters.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

class ListModelCustomizationJobsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :name_contains,
  :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)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

class ListModelCustomizationJobsRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :status_equals,
  :name_contains,
  :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 jobs.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

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

#sort_orderString

The sort order of the results.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

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

#status_equalsString

Return customization jobs with the specified status.

Returns:

  • (String)


2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2600

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