NAME
Paws::SageMaker::DescribeProcessingJobResponse
ATTRIBUTES
REQUIRED AppSpecification => Paws::SageMaker::AppSpecification
Configures the processing job to run a specified container image.
AutoMLJobArn => Str
The ARN of an AutoML job associated with this processing job.
REQUIRED CreationTime => Str
The time at which the processing job was created.
Environment => Paws::SageMaker::ProcessingEnvironmentMap
The environment variables set in the Docker container.
ExitMessage => Str
An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
ExperimentConfig => Paws::SageMaker::ExperimentConfig
The configuration information used to create an experiment.
FailureReason => Str
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
LastModifiedTime => Str
The time at which the processing job was last modified.
MonitoringScheduleArn => Str
The ARN of a monitoring schedule for an endpoint associated with this processing job.
NetworkConfig => Paws::SageMaker::NetworkConfig
Networking options for a processing job.
ProcessingEndTime => Str
The time at which the processing job completed.
ProcessingInputs => ArrayRef[Paws::SageMaker::ProcessingInput]
The inputs for a processing job.
REQUIRED ProcessingJobArn => Str
The Amazon Resource Name (ARN) of the processing job.
REQUIRED ProcessingJobName => Str
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
REQUIRED ProcessingJobStatus => Str
Provides the status of a processing job.
Valid values are: "InProgress"
, "Completed"
, "Failed"
, "Stopping"
, "Stopped"
=head2 ProcessingOutputConfig => Paws::SageMaker::ProcessingOutputConfig
Output configuration for the processing job.
REQUIRED ProcessingResources => Paws::SageMaker::ProcessingResources
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.
ProcessingStartTime => Str
The time at which the processing job started.
RoleArn => Str
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
StoppingCondition => Paws::SageMaker::ProcessingStoppingCondition
The time limit for how long the processing job is allowed to run.
TrainingJobArn => Str
The ARN of a training job associated with this processing job.