class Aws::SageMaker::Types::ListArtifactsRequest
@note When making an API call, you may pass ListArtifactsRequest
data as a hash: { source_uri: "SourceUri", artifact_type: "String256", created_after: Time.now, created_before: Time.now, sort_by: "CreationTime", # accepts CreationTime sort_order: "Ascending", # accepts Ascending, Descending next_token: "NextToken", max_results: 1, }
@!attribute [rw] source_uri
A filter that returns only artifacts with the specified source URI. @return [String]
@!attribute [rw] artifact_type
A filter that returns only artifacts of the specified type. @return [String]
@!attribute [rw] created_after
A filter that returns only artifacts created on or after the specified time. @return [Time]
@!attribute [rw] created_before
A filter that returns only artifacts created on or before the specified time. @return [Time]
@!attribute [rw] sort_by
The property used to sort results. The default value is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order. The default value is `Descending`. @return [String]
@!attribute [rw] next_token
If the previous call to `ListArtifacts` didn't return the full set of artifacts, the call returns a token for getting the next set of artifacts. @return [String]
@!attribute [rw] max_results
The maximum number of artifacts to return in the response. The default value is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListArtifactsRequest AWS API Documentation
Constants
- SENSITIVE