@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutoMLJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAutoMLJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAutoMLJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoMLJobArn()
Returns the job's ARN.
|
AutoMLJobArtifacts |
getAutoMLJobArtifacts()
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
AutoMLJobConfig |
getAutoMLJobConfig()
Returns the job's config.
|
String |
getAutoMLJobName()
Returns the name of a job.
|
AutoMLJobObjective |
getAutoMLJobObjective()
Returns the job's objective.
|
String |
getAutoMLJobSecondaryStatus()
Returns the job's AutoMLJobSecondaryStatus.
|
String |
getAutoMLJobStatus()
Returns the job's AutoMLJobStatus.
|
AutoMLCandidate |
getBestCandidate()
Returns the job's BestCandidate.
|
Date |
getCreationTime()
Returns the job's creation time.
|
Date |
getEndTime()
Returns the job's end time.
|
String |
getFailureReason()
Returns the job's FailureReason.
|
Boolean |
getGenerateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
List<AutoMLChannel> |
getInputDataConfig()
Returns the job's input data config.
|
Date |
getLastModifiedTime()
Returns the job's last modified time.
|
AutoMLOutputDataConfig |
getOutputDataConfig()
Returns the job's output data config.
|
String |
getProblemType()
Returns the job's problem type.
|
ResolvedAttributes |
getResolvedAttributes()
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
String |
getRoleArn()
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.
|
int |
hashCode() |
Boolean |
isGenerateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
void |
setAutoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
|
void |
setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
void |
setAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
|
void |
setAutoMLJobName(String autoMLJobName)
Returns the name of a job.
|
void |
setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
void |
setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
|
void |
setAutoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
|
void |
setBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
|
void |
setCreationTime(Date creationTime)
Returns the job's creation time.
|
void |
setEndTime(Date endTime)
Returns the job's end time.
|
void |
setFailureReason(String failureReason)
Returns the job's FailureReason.
|
void |
setGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
void |
setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
|
void |
setLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
void |
setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
void |
setProblemType(String problemType)
Returns the job's problem type.
|
void |
setResolvedAttributes(ResolvedAttributes resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
void |
setRoleArn(String roleArn)
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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAutoMLJobResult |
withAutoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
|
DescribeAutoMLJobResult |
withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
DescribeAutoMLJobResult |
withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
|
DescribeAutoMLJobResult |
withAutoMLJobName(String autoMLJobName)
Returns the name of a job.
|
DescribeAutoMLJobResult |
withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMLJobResult |
withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
|
DescribeAutoMLJobResult |
withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
|
DescribeAutoMLJobResult |
withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the job's AutoMLJobStatus.
|
DescribeAutoMLJobResult |
withAutoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
|
DescribeAutoMLJobResult |
withBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
|
DescribeAutoMLJobResult |
withCreationTime(Date creationTime)
Returns the job's creation time.
|
DescribeAutoMLJobResult |
withEndTime(Date endTime)
Returns the job's end time.
|
DescribeAutoMLJobResult |
withFailureReason(String failureReason)
Returns the job's FailureReason.
|
DescribeAutoMLJobResult |
withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
DescribeAutoMLJobResult |
withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the job's input data config.
|
DescribeAutoMLJobResult |
withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
|
DescribeAutoMLJobResult |
withLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
DescribeAutoMLJobResult |
withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMLJobResult |
withProblemType(ProblemType problemType)
Returns the job's problem type.
|
DescribeAutoMLJobResult |
withProblemType(String problemType)
Returns the job's problem type.
|
DescribeAutoMLJobResult |
withResolvedAttributes(ResolvedAttributes resolvedAttributes)
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
DescribeAutoMLJobResult |
withRoleArn(String roleArn)
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAutoMLJobName(String autoMLJobName)
Returns the name of a job.
autoMLJobName
- Returns the name of a job.public String getAutoMLJobName()
Returns the name of a job.
public DescribeAutoMLJobResult withAutoMLJobName(String autoMLJobName)
Returns the name of a job.
autoMLJobName
- Returns the name of a job.public void setAutoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
autoMLJobArn
- Returns the job's ARN.public String getAutoMLJobArn()
Returns the job's ARN.
public DescribeAutoMLJobResult withAutoMLJobArn(String autoMLJobArn)
Returns the job's ARN.
autoMLJobArn
- Returns the job's ARN.public List<AutoMLChannel> getInputDataConfig()
Returns the job's input data config.
public void setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
inputDataConfig
- Returns the job's input data config.public DescribeAutoMLJobResult withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the job's input data config.
NOTE: This method appends the values to the existing list (if any). Use
setInputDataConfig(java.util.Collection)
or withInputDataConfig(java.util.Collection)
if you
want to override the existing values.
inputDataConfig
- Returns the job's input data config.public DescribeAutoMLJobResult withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the job's input data config.
inputDataConfig
- Returns the job's input data config.public void setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
outputDataConfig
- Returns the job's output data config.public AutoMLOutputDataConfig getOutputDataConfig()
Returns the job's output data config.
public DescribeAutoMLJobResult withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
outputDataConfig
- Returns the job's output data config.public void setRoleArn(String roleArn)
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.
roleArn
- 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.public String getRoleArn()
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.
public DescribeAutoMLJobResult withRoleArn(String roleArn)
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.
roleArn
- 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.public void setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
autoMLJobObjective
- Returns the job's objective.public AutoMLJobObjective getAutoMLJobObjective()
Returns the job's objective.
public DescribeAutoMLJobResult withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
autoMLJobObjective
- Returns the job's objective.public void setProblemType(String problemType)
Returns the job's problem type.
problemType
- Returns the job's problem type.ProblemType
public String getProblemType()
Returns the job's problem type.
ProblemType
public DescribeAutoMLJobResult withProblemType(String problemType)
Returns the job's problem type.
problemType
- Returns the job's problem type.ProblemType
public DescribeAutoMLJobResult withProblemType(ProblemType problemType)
Returns the job's problem type.
problemType
- Returns the job's problem type.ProblemType
public void setAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
autoMLJobConfig
- Returns the job's config.public AutoMLJobConfig getAutoMLJobConfig()
Returns the job's config.
public DescribeAutoMLJobResult withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the job's config.
autoMLJobConfig
- Returns the job's config.public void setCreationTime(Date creationTime)
Returns the job's creation time.
creationTime
- Returns the job's creation time.public Date getCreationTime()
Returns the job's creation time.
public DescribeAutoMLJobResult withCreationTime(Date creationTime)
Returns the job's creation time.
creationTime
- Returns the job's creation time.public void setEndTime(Date endTime)
Returns the job's end time.
endTime
- Returns the job's end time.public Date getEndTime()
Returns the job's end time.
public DescribeAutoMLJobResult withEndTime(Date endTime)
Returns the job's end time.
endTime
- Returns the job's end time.public void setLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
lastModifiedTime
- Returns the job's last modified time.public Date getLastModifiedTime()
Returns the job's last modified time.
public DescribeAutoMLJobResult withLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
lastModifiedTime
- Returns the job's last modified time.public void setFailureReason(String failureReason)
Returns the job's FailureReason.
failureReason
- Returns the job's FailureReason.public String getFailureReason()
Returns the job's FailureReason.
public DescribeAutoMLJobResult withFailureReason(String failureReason)
Returns the job's FailureReason.
failureReason
- Returns the job's FailureReason.public void setBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
bestCandidate
- Returns the job's BestCandidate.public AutoMLCandidate getBestCandidate()
Returns the job's BestCandidate.
public DescribeAutoMLJobResult withBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
bestCandidate
- Returns the job's BestCandidate.public void setAutoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
autoMLJobStatus
- Returns the job's AutoMLJobStatus.AutoMLJobStatus
public String getAutoMLJobStatus()
Returns the job's AutoMLJobStatus.
AutoMLJobStatus
public DescribeAutoMLJobResult withAutoMLJobStatus(String autoMLJobStatus)
Returns the job's AutoMLJobStatus.
autoMLJobStatus
- Returns the job's AutoMLJobStatus.AutoMLJobStatus
public DescribeAutoMLJobResult withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the job's AutoMLJobStatus.
autoMLJobStatus
- Returns the job's AutoMLJobStatus.AutoMLJobStatus
public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
autoMLJobSecondaryStatus
- Returns the job's AutoMLJobSecondaryStatus.AutoMLJobSecondaryStatus
public String getAutoMLJobSecondaryStatus()
Returns the job's AutoMLJobSecondaryStatus.
AutoMLJobSecondaryStatus
public DescribeAutoMLJobResult withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
autoMLJobSecondaryStatus
- Returns the job's AutoMLJobSecondaryStatus.AutoMLJobSecondaryStatus
public DescribeAutoMLJobResult withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the job's AutoMLJobSecondaryStatus.
autoMLJobSecondaryStatus
- Returns the job's AutoMLJobSecondaryStatus.AutoMLJobSecondaryStatus
public void setGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
generateCandidateDefinitionsOnly
- Returns the job's output from GenerateCandidateDefinitionsOnly.public Boolean getGenerateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
public DescribeAutoMLJobResult withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Returns the job's output from GenerateCandidateDefinitionsOnly.
generateCandidateDefinitionsOnly
- Returns the job's output from GenerateCandidateDefinitionsOnly.public Boolean isGenerateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
public void setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
autoMLJobArtifacts
- Returns information on the job's artifacts found in AutoMLJobArtifacts.public AutoMLJobArtifacts getAutoMLJobArtifacts()
Returns information on the job's artifacts found in AutoMLJobArtifacts.
public DescribeAutoMLJobResult withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in AutoMLJobArtifacts.
autoMLJobArtifacts
- Returns information on the job's artifacts found in AutoMLJobArtifacts.public void setResolvedAttributes(ResolvedAttributes 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.
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.public ResolvedAttributes getResolvedAttributes()
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.
public DescribeAutoMLJobResult withResolvedAttributes(ResolvedAttributes 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.
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.public String toString()
toString
in class Object
Object.toString()
public DescribeAutoMLJobResult clone()