| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ProcessingJob
Description
Synopsis
- data ProcessingJob = ProcessingJob' {
- appSpecification :: Maybe AppSpecification
- autoMLJobArn :: Maybe Text
- creationTime :: Maybe POSIX
- environment :: Maybe (HashMap Text Text)
- exitMessage :: Maybe Text
- experimentConfig :: Maybe ExperimentConfig
- failureReason :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- monitoringScheduleArn :: Maybe Text
- networkConfig :: Maybe NetworkConfig
- processingEndTime :: Maybe POSIX
- processingInputs :: Maybe [ProcessingInput]
- processingJobArn :: Maybe Text
- processingJobName :: Maybe Text
- processingJobStatus :: Maybe ProcessingJobStatus
- processingOutputConfig :: Maybe ProcessingOutputConfig
- processingResources :: Maybe ProcessingResources
- processingStartTime :: Maybe POSIX
- roleArn :: Maybe Text
- stoppingCondition :: Maybe ProcessingStoppingCondition
- tags :: Maybe [Tag]
- trainingJobArn :: Maybe Text
- newProcessingJob :: ProcessingJob
- processingJob_appSpecification :: Lens' ProcessingJob (Maybe AppSpecification)
- processingJob_autoMLJobArn :: Lens' ProcessingJob (Maybe Text)
- processingJob_creationTime :: Lens' ProcessingJob (Maybe UTCTime)
- processingJob_environment :: Lens' ProcessingJob (Maybe (HashMap Text Text))
- processingJob_exitMessage :: Lens' ProcessingJob (Maybe Text)
- processingJob_experimentConfig :: Lens' ProcessingJob (Maybe ExperimentConfig)
- processingJob_failureReason :: Lens' ProcessingJob (Maybe Text)
- processingJob_lastModifiedTime :: Lens' ProcessingJob (Maybe UTCTime)
- processingJob_monitoringScheduleArn :: Lens' ProcessingJob (Maybe Text)
- processingJob_networkConfig :: Lens' ProcessingJob (Maybe NetworkConfig)
- processingJob_processingEndTime :: Lens' ProcessingJob (Maybe UTCTime)
- processingJob_processingInputs :: Lens' ProcessingJob (Maybe [ProcessingInput])
- processingJob_processingJobArn :: Lens' ProcessingJob (Maybe Text)
- processingJob_processingJobName :: Lens' ProcessingJob (Maybe Text)
- processingJob_processingJobStatus :: Lens' ProcessingJob (Maybe ProcessingJobStatus)
- processingJob_processingOutputConfig :: Lens' ProcessingJob (Maybe ProcessingOutputConfig)
- processingJob_processingResources :: Lens' ProcessingJob (Maybe ProcessingResources)
- processingJob_processingStartTime :: Lens' ProcessingJob (Maybe UTCTime)
- processingJob_roleArn :: Lens' ProcessingJob (Maybe Text)
- processingJob_stoppingCondition :: Lens' ProcessingJob (Maybe ProcessingStoppingCondition)
- processingJob_tags :: Lens' ProcessingJob (Maybe [Tag])
- processingJob_trainingJobArn :: Lens' ProcessingJob (Maybe Text)
Documentation
data ProcessingJob Source #
An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.
See: newProcessingJob smart constructor.
Constructors
| ProcessingJob' | |
Fields
| |
Instances
newProcessingJob :: ProcessingJob Source #
Create a value of ProcessingJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:appSpecification:ProcessingJob', processingJob_appSpecification - Undocumented member.
$sel:autoMLJobArn:ProcessingJob', processingJob_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job associated with this
processing job.
$sel:creationTime:ProcessingJob', processingJob_creationTime - The time the processing job was created.
$sel:environment:ProcessingJob', processingJob_environment - Sets the environment variables in the Docker container.
$sel:exitMessage:ProcessingJob', processingJob_exitMessage - A string, up to one KB in size, that contains metadata from the
processing container when the processing job exits.
$sel:experimentConfig:ProcessingJob', processingJob_experimentConfig - Undocumented member.
$sel:failureReason:ProcessingJob', processingJob_failureReason - A string, up to one KB in size, that contains the reason a processing
job failed, if it failed.
$sel:lastModifiedTime:ProcessingJob', processingJob_lastModifiedTime - The time the processing job was last modified.
$sel:monitoringScheduleArn:ProcessingJob', processingJob_monitoringScheduleArn - The ARN of a monitoring schedule for an endpoint associated with this
processing job.
$sel:networkConfig:ProcessingJob', processingJob_networkConfig - Undocumented member.
$sel:processingEndTime:ProcessingJob', processingJob_processingEndTime - The time that the processing job ended.
$sel:processingInputs:ProcessingJob', processingJob_processingInputs - List of input configurations for the processing job.
$sel:processingJobArn:ProcessingJob', processingJob_processingJobArn - The ARN of the processing job.
$sel:processingJobName:ProcessingJob', processingJob_processingJobName - The name of the processing job.
$sel:processingJobStatus:ProcessingJob', processingJob_processingJobStatus - The status of the processing job.
$sel:processingOutputConfig:ProcessingJob', processingJob_processingOutputConfig - Undocumented member.
$sel:processingResources:ProcessingJob', processingJob_processingResources - Undocumented member.
$sel:processingStartTime:ProcessingJob', processingJob_processingStartTime - The time that the processing job started.
$sel:roleArn:ProcessingJob', processingJob_roleArn - The ARN of the role used to create the processing job.
$sel:stoppingCondition:ProcessingJob', processingJob_stoppingCondition - Undocumented member.
$sel:tags:ProcessingJob', processingJob_tags - An array of key-value pairs. For more information, see
Using Cost Allocation Tags
in the Amazon Web Services Billing and Cost Management User Guide.
$sel:trainingJobArn:ProcessingJob', processingJob_trainingJobArn - The ARN of the training job associated with this processing job.
processingJob_appSpecification :: Lens' ProcessingJob (Maybe AppSpecification) Source #
Undocumented member.
processingJob_autoMLJobArn :: Lens' ProcessingJob (Maybe Text) Source #
The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
processingJob_creationTime :: Lens' ProcessingJob (Maybe UTCTime) Source #
The time the processing job was created.
processingJob_environment :: Lens' ProcessingJob (Maybe (HashMap Text Text)) Source #
Sets the environment variables in the Docker container.
processingJob_exitMessage :: Lens' ProcessingJob (Maybe Text) Source #
A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
processingJob_experimentConfig :: Lens' ProcessingJob (Maybe ExperimentConfig) Source #
Undocumented member.
processingJob_failureReason :: Lens' ProcessingJob (Maybe Text) Source #
A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
processingJob_lastModifiedTime :: Lens' ProcessingJob (Maybe UTCTime) Source #
The time the processing job was last modified.
processingJob_monitoringScheduleArn :: Lens' ProcessingJob (Maybe Text) Source #
The ARN of a monitoring schedule for an endpoint associated with this processing job.
processingJob_networkConfig :: Lens' ProcessingJob (Maybe NetworkConfig) Source #
Undocumented member.
processingJob_processingEndTime :: Lens' ProcessingJob (Maybe UTCTime) Source #
The time that the processing job ended.
processingJob_processingInputs :: Lens' ProcessingJob (Maybe [ProcessingInput]) Source #
List of input configurations for the processing job.
processingJob_processingJobArn :: Lens' ProcessingJob (Maybe Text) Source #
The ARN of the processing job.
processingJob_processingJobName :: Lens' ProcessingJob (Maybe Text) Source #
The name of the processing job.
processingJob_processingJobStatus :: Lens' ProcessingJob (Maybe ProcessingJobStatus) Source #
The status of the processing job.
processingJob_processingOutputConfig :: Lens' ProcessingJob (Maybe ProcessingOutputConfig) Source #
Undocumented member.
processingJob_processingResources :: Lens' ProcessingJob (Maybe ProcessingResources) Source #
Undocumented member.
processingJob_processingStartTime :: Lens' ProcessingJob (Maybe UTCTime) Source #
The time that the processing job started.
processingJob_roleArn :: Lens' ProcessingJob (Maybe Text) Source #
The ARN of the role used to create the processing job.
processingJob_stoppingCondition :: Lens' ProcessingJob (Maybe ProcessingStoppingCondition) Source #
Undocumented member.
processingJob_tags :: Lens' ProcessingJob (Maybe [Tag]) Source #
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
processingJob_trainingJobArn :: Lens' ProcessingJob (Maybe Text) Source #
The ARN of the training job associated with this processing job.