NAME
Paws::SageMaker::DescribeAutoMLJobResponse
ATTRIBUTES
REQUIRED AutoMLJobArn => Str
Returns the job's ARN.
AutoMLJobArtifacts => Paws::SageMaker::AutoMLJobArtifacts
Returns information on the job's artifacts found in AutoMLJobArtifacts.
AutoMLJobConfig => Paws::SageMaker::AutoMLJobConfig
Returns the job's config.
REQUIRED AutoMLJobName => Str
Returns the name of a job.
AutoMLJobObjective => Paws::SageMaker::AutoMLJobObjective
Returns the job's objective.
REQUIRED AutoMLJobSecondaryStatus => Str
Returns the job's AutoMLJobSecondaryStatus.
Valid values are: "Starting", "AnalyzingData", "FeatureEngineering", "ModelTuning", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated" =head2 REQUIRED AutoMLJobStatus => Str
Returns the job's AutoMLJobStatus.
Valid values are: "Completed", "InProgress", "Failed", "Stopped", "Stopping" =head2 BestCandidate => Paws::SageMaker::AutoMLCandidate
Returns the job's BestCandidate.
REQUIRED CreationTime => Str
Returns the job's creation time.
EndTime => Str
Returns the job's end time.
FailureReason => Str
Returns the job's FailureReason.
GenerateCandidateDefinitionsOnly => Bool
Returns the job's output from GenerateCandidateDefinitionsOnly.
REQUIRED InputDataConfig => ArrayRef[Paws::SageMaker::AutoMLChannel]
Returns the job's input data config.
REQUIRED LastModifiedTime => Str
Returns the job's last modified time.
REQUIRED OutputDataConfig => Paws::SageMaker::AutoMLOutputDataConfig
Returns the job's output data config.
ProblemType => Str
Returns the job's problem type.
Valid values are: "BinaryClassification", "MulticlassClassification", "Regression" =head2 ResolvedAttributes => Paws::SageMaker::ResolvedAttributes
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They’re auto-inferred values, if not provided by you. If you do provide them, then they’ll be the same as provided.
REQUIRED RoleArn => Str
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.