Class: Aws::Bedrock::Types::ListModelImportJobsRequest

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 import jobs that were created after the specified time.

Returns:

  • (Time)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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 import jobs that were created before the specified time.

Returns:

  • (Time)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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

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)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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 imported jobs only if the job name contains these characters.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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

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)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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 imported jobs.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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

Specifies whether to sort the results in ascending or descending order.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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 imported jobs with the specified status.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6094

class ListModelImportJobsRequest < 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