class Aws::SageMaker::Types::ListEdgePackagingJobsRequest
@note When making an API call, you may pass ListEdgePackagingJobsRequest
data as a hash: { next_token: "NextToken", max_results: 1, creation_time_after: Time.now, creation_time_before: Time.now, last_modified_time_after: Time.now, last_modified_time_before: Time.now, name_contains: "NameContains", model_name_contains: "NameContains", status_equals: "STARTING", # accepts STARTING, INPROGRESS, COMPLETED, FAILED, STOPPING, STOPPED sort_by: "NAME", # accepts NAME, MODEL_NAME, CREATION_TIME, LAST_MODIFIED_TIME, STATUS sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] next_token
The response from the last list when returning a list large enough to need tokening. @return [String]
@!attribute [rw] max_results
Maximum number of results to select. @return [Integer]
@!attribute [rw] creation_time_after
Select jobs where the job was created after specified time. @return [Time]
@!attribute [rw] creation_time_before
Select jobs where the job was created before specified time. @return [Time]
@!attribute [rw] last_modified_time_after
Select jobs where the job was updated after specified time. @return [Time]
@!attribute [rw] last_modified_time_before
Select jobs where the job was updated before specified time. @return [Time]
@!attribute [rw] name_contains
Filter for jobs containing this name in their packaging job name. @return [String]
@!attribute [rw] model_name_contains
Filter for jobs where the model name contains this string. @return [String]
@!attribute [rw] status_equals
The job status to filter for. @return [String]
@!attribute [rw] sort_by
Use to specify what column to sort by. @return [String]
@!attribute [rw] sort_order
What direction to sort by. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgePackagingJobsRequest AWS API Documentation
Constants
- SENSITIVE