class Aws::SageMaker::Types::ListModelExplainabilityJobDefinitionsRequest
@note When making an API call, you may pass ListModelExplainabilityJobDefinitionsRequest
data as a hash: { endpoint_name: "EndpointName", sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending next_token: "NextToken", max_results: 1, name_contains: "NameContains", creation_time_before: Time.now, creation_time_after: Time.now, }
@!attribute [rw] endpoint_name
Name of the endpoint to monitor for model explainability. @return [String]
@!attribute [rw] sort_by
Whether to sort results by the `Name` or `CreationTime` field. The default is `CreationTime`. @return [String]
@!attribute [rw] sort_order
Whether to sort the results in `Ascending` or `Descending` order. The default is `Descending`. @return [String]
@!attribute [rw] next_token
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of jobs to return in the response. The default value is 10. @return [Integer]
@!attribute [rw] name_contains
Filter for model explainability jobs whose name contains a specified string. @return [String]
@!attribute [rw] creation_time_before
A filter that returns only model explainability jobs created before a specified time. @return [Time]
@!attribute [rw] creation_time_after
A filter that returns only model explainability jobs created after a specified time. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitionsRequest AWS API Documentation
Constants
- SENSITIVE