class Aws::SageMaker::Types::DescribeProcessingJobResponse
@!attribute [rw] processing_inputs
The inputs for a processing job. @return [Array<Types::ProcessingInput>]
@!attribute [rw] processing_output_config
Output configuration for the processing job. @return [Types::ProcessingOutputConfig]
@!attribute [rw] processing_job_name
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account. @return [String]
@!attribute [rw] processing_resources
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance. @return [Types::ProcessingResources]
@!attribute [rw] stopping_condition
The time limit for how long the processing job is allowed to run. @return [Types::ProcessingStoppingCondition]
@!attribute [rw] app_specification
Configures the processing job to run a specified container image. @return [Types::AppSpecification]
@!attribute [rw] environment
The environment variables set in the Docker container. @return [Hash<String,String>]
@!attribute [rw] network_config
Networking options for a processing job. @return [Types::NetworkConfig]
@!attribute [rw] role_arn
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. @return [String]
@!attribute [rw] experiment_config
The configuration information used to create an experiment. @return [Types::ExperimentConfig]
@!attribute [rw] processing_job_arn
The Amazon Resource Name (ARN) of the processing job. @return [String]
@!attribute [rw] processing_job_status
Provides the status of a processing job. @return [String]
@!attribute [rw] exit_message
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits. @return [String]
@!attribute [rw] failure_reason
A string, up to one KB in size, that contains the reason a processing job failed, if it failed. @return [String]
@!attribute [rw] processing_end_time
The time at which the processing job completed. @return [Time]
@!attribute [rw] processing_start_time
The time at which the processing job started. @return [Time]
@!attribute [rw] last_modified_time
The time at which the processing job was last modified. @return [Time]
@!attribute [rw] creation_time
The time at which the processing job was created. @return [Time]
@!attribute [rw] monitoring_schedule_arn
The ARN of a monitoring schedule for an endpoint associated with this processing job. @return [String]
@!attribute [rw] auto_ml_job_arn
The ARN of an AutoML job associated with this processing job. @return [String]
@!attribute [rw] training_job_arn
The ARN of a training job associated with this processing job. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJobResponse AWS API Documentation
Constants
- SENSITIVE