Class: Aws::SageMaker::Types::ListCompilationJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListCompilationJobsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns the model compilation jobs that were created after a specified time.
-
#creation_time_before ⇒ Time
A filter that returns the model compilation jobs that were created before a specified time.
-
#last_modified_time_after ⇒ Time
A filter that returns the model compilation jobs that were modified after a specified time.
-
#last_modified_time_before ⇒ Time
A filter that returns the model compilation jobs that were modified before a specified time.
-
#max_results ⇒ Integer
The maximum number of model compilation jobs to return in the response.
-
#name_contains ⇒ String
A filter that returns the model compilation jobs whose name contains a specified string.
-
#next_token ⇒ String
If the result of the previous ‘ListCompilationJobs` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
The field by which to sort results.
-
#sort_order ⇒ String
The sort order for results.
-
#status_equals ⇒ String
A filter that retrieves model compilation jobs with a specific ‘CompilationJobStatus` status.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns the model compilation jobs that were created after a specified time.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns the model compilation jobs that were created before a specified time.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
A filter that returns the model compilation jobs that were modified after a specified time.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
A filter that returns the model compilation jobs that were modified before a specified time.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of model compilation jobs to return in the response.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A filter that returns the model compilation jobs whose name contains a specified string.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ‘ListCompilationJobs` request was truncated, the response includes a `NextToken`. To retrieve the next set of model compilation jobs, use the token in the next request.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field by which to sort results. The default is ‘CreationTime`.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results. The default is ‘Ascending`.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
A filter that retrieves model compilation jobs with a specific ‘CompilationJobStatus` status.
26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26983 class ListCompilationJobsRequest < Struct.new( :next_token, :max_results, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :name_contains, :status_equals, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |