@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 ARN of the AutoML job.
|
AutoMLJobArtifacts |
getAutoMLJobArtifacts()
Returns information on the job's artifacts found in
AutoMLJobArtifacts . |
AutoMLJobConfig |
getAutoMLJobConfig()
Returns the configuration for the AutoML job.
|
String |
getAutoMLJobName()
Returns the name of the AutoML job.
|
AutoMLJobObjective |
getAutoMLJobObjective()
Returns the job's objective.
|
String |
getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job.
|
String |
getAutoMLJobStatus()
Returns the status of the AutoML job.
|
AutoMLCandidate |
getBestCandidate()
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for
an experiment.
|
Date |
getCreationTime()
Returns the creation time of the AutoML job.
|
Date |
getEndTime()
Returns the end time of the AutoML job.
|
String |
getFailureReason()
Returns the failure reason for an AutoML job, when applicable.
|
Boolean |
getGenerateCandidateDefinitionsOnly()
Indicates whether the output for an AutoML job generates candidate definitions only.
|
List<AutoMLChannel> |
getInputDataConfig()
Returns the input data configuration for the AutoML job.
|
Date |
getLastModifiedTime()
Returns the job's last modified time.
|
ModelDeployConfig |
getModelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
ModelDeployResult |
getModelDeployResult()
Provides information about endpoint for the model deployment.
|
AutoMLOutputDataConfig |
getOutputDataConfig()
Returns the job's output data config.
|
List<AutoMLPartialFailureReason> |
getPartialFailureReasons()
Returns a list of reasons for partial failures within an AutoML job.
|
String |
getProblemType()
Returns the job's problem type.
|
ResolvedAttributes |
getResolvedAttributes()
Contains
ProblemType , AutoMLJobObjective , and CompletionCriteria . |
String |
getRoleArn()
The ARN of the 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()
Indicates whether the output for an AutoML job generates candidate definitions only.
|
void |
setAutoMLJobArn(String autoMLJobArn)
Returns the ARN of the AutoML job.
|
void |
setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in
AutoMLJobArtifacts . |
void |
setAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the configuration for the AutoML job.
|
void |
setAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML job.
|
void |
setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
void |
setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
|
void |
setAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job.
|
void |
setBestCandidate(AutoMLCandidate bestCandidate)
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for
an experiment.
|
void |
setCreationTime(Date creationTime)
Returns the creation time of the AutoML job.
|
void |
setEndTime(Date endTime)
Returns the end time of the AutoML job.
|
void |
setFailureReason(String failureReason)
Returns the failure reason for an AutoML job, when applicable.
|
void |
setGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Indicates whether the output for an AutoML job generates candidate definitions only.
|
void |
setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
|
void |
setLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
void |
setModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
void |
setModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
|
void |
setOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
void |
setPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
|
void |
setProblemType(String problemType)
Returns the job's problem type.
|
void |
setResolvedAttributes(ResolvedAttributes resolvedAttributes)
Contains
ProblemType , AutoMLJobObjective , and CompletionCriteria . |
void |
setRoleArn(String roleArn)
The ARN of the 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 ARN of the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
Returns information on the job's artifacts found in
AutoMLJobArtifacts . |
DescribeAutoMLJobResult |
withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the configuration for the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMLJobResult |
withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job.
|
DescribeAutoMLJobResult |
withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job.
|
DescribeAutoMLJobResult |
withBestCandidate(AutoMLCandidate bestCandidate)
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for
an experiment.
|
DescribeAutoMLJobResult |
withCreationTime(Date creationTime)
Returns the creation time of the AutoML job.
|
DescribeAutoMLJobResult |
withEndTime(Date endTime)
Returns the end time of the AutoML job.
|
DescribeAutoMLJobResult |
withFailureReason(String failureReason)
Returns the failure reason for an AutoML job, when applicable.
|
DescribeAutoMLJobResult |
withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Indicates whether the output for an AutoML job generates candidate definitions only.
|
DescribeAutoMLJobResult |
withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the input data configuration for the AutoML job.
|
DescribeAutoMLJobResult |
withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
|
DescribeAutoMLJobResult |
withLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
DescribeAutoMLJobResult |
withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
DescribeAutoMLJobResult |
withModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
|
DescribeAutoMLJobResult |
withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMLJobResult |
withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
|
DescribeAutoMLJobResult |
withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
|
DescribeAutoMLJobResult |
withProblemType(ProblemType problemType)
Returns the job's problem type.
|
DescribeAutoMLJobResult |
withProblemType(String problemType)
Returns the job's problem type.
|
DescribeAutoMLJobResult |
withResolvedAttributes(ResolvedAttributes resolvedAttributes)
Contains
ProblemType , AutoMLJobObjective , and CompletionCriteria . |
DescribeAutoMLJobResult |
withRoleArn(String roleArn)
The ARN of the 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 the AutoML job.
autoMLJobName
- Returns the name of the AutoML job.public String getAutoMLJobName()
Returns the name of the AutoML job.
public DescribeAutoMLJobResult withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML job.
autoMLJobName
- Returns the name of the AutoML job.public void setAutoMLJobArn(String autoMLJobArn)
Returns the ARN of the AutoML job.
autoMLJobArn
- Returns the ARN of the AutoML job.public String getAutoMLJobArn()
Returns the ARN of the AutoML job.
public DescribeAutoMLJobResult withAutoMLJobArn(String autoMLJobArn)
Returns the ARN of the AutoML job.
autoMLJobArn
- Returns the ARN of the AutoML job.public List<AutoMLChannel> getInputDataConfig()
Returns the input data configuration for the AutoML job.
public void setInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
inputDataConfig
- Returns the input data configuration for the AutoML job.public DescribeAutoMLJobResult withInputDataConfig(AutoMLChannel... inputDataConfig)
Returns the input data configuration for the AutoML job.
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 input data configuration for the AutoML job.public DescribeAutoMLJobResult withInputDataConfig(Collection<AutoMLChannel> inputDataConfig)
Returns the input data configuration for the AutoML job.
inputDataConfig
- Returns the input data configuration for the AutoML job.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 ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn
- The ARN of the 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 ARN of the 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 ARN of the IAM role that has read permission to the input data location and write permission to the output data location in Amazon S3.
roleArn
- The ARN of the 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 configuration for the AutoML job.
autoMLJobConfig
- Returns the configuration for the AutoML job.public AutoMLJobConfig getAutoMLJobConfig()
Returns the configuration for the AutoML job.
public DescribeAutoMLJobResult withAutoMLJobConfig(AutoMLJobConfig autoMLJobConfig)
Returns the configuration for the AutoML job.
autoMLJobConfig
- Returns the configuration for the AutoML job.public void setCreationTime(Date creationTime)
Returns the creation time of the AutoML job.
creationTime
- Returns the creation time of the AutoML job.public Date getCreationTime()
Returns the creation time of the AutoML job.
public DescribeAutoMLJobResult withCreationTime(Date creationTime)
Returns the creation time of the AutoML job.
creationTime
- Returns the creation time of the AutoML job.public void setEndTime(Date endTime)
Returns the end time of the AutoML job.
endTime
- Returns the end time of the AutoML job.public Date getEndTime()
Returns the end time of the AutoML job.
public DescribeAutoMLJobResult withEndTime(Date endTime)
Returns the end time of the AutoML job.
endTime
- Returns the end time of the AutoML job.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 failure reason for an AutoML job, when applicable.
failureReason
- Returns the failure reason for an AutoML job, when applicable.public String getFailureReason()
Returns the failure reason for an AutoML job, when applicable.
public DescribeAutoMLJobResult withFailureReason(String failureReason)
Returns the failure reason for an AutoML job, when applicable.
failureReason
- Returns the failure reason for an AutoML job, when applicable.public List<AutoMLPartialFailureReason> getPartialFailureReasons()
Returns a list of reasons for partial failures within an AutoML job.
public void setPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML job.public DescribeAutoMLJobResult withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
NOTE: This method appends the values to the existing list (if any). Use
setPartialFailureReasons(java.util.Collection)
or
withPartialFailureReasons(java.util.Collection)
if you want to override the existing values.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML job.public DescribeAutoMLJobResult withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML job.public void setBestCandidate(AutoMLCandidate bestCandidate)
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.
bestCandidate
- The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest
InferenceLatency for an experiment.public AutoMLCandidate getBestCandidate()
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.
public DescribeAutoMLJobResult withBestCandidate(AutoMLCandidate bestCandidate)
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.
bestCandidate
- The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest
InferenceLatency for an experiment.public void setAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job.
autoMLJobStatus
- Returns the status of the AutoML job.AutoMLJobStatus
public String getAutoMLJobStatus()
Returns the status of the AutoML job.
AutoMLJobStatus
public DescribeAutoMLJobResult withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job.
autoMLJobStatus
- Returns the status of the AutoML job.AutoMLJobStatus
public DescribeAutoMLJobResult withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job.
autoMLJobStatus
- Returns the status of the AutoML job.AutoMLJobStatus
public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job.AutoMLJobSecondaryStatus
public String getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job.
AutoMLJobSecondaryStatus
public DescribeAutoMLJobResult withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job.AutoMLJobSecondaryStatus
public DescribeAutoMLJobResult withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job.AutoMLJobSecondaryStatus
public void setGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Indicates whether the output for an AutoML job generates candidate definitions only.
generateCandidateDefinitionsOnly
- Indicates whether the output for an AutoML job generates candidate definitions only.public Boolean getGenerateCandidateDefinitionsOnly()
Indicates whether the output for an AutoML job generates candidate definitions only.
public DescribeAutoMLJobResult withGenerateCandidateDefinitionsOnly(Boolean generateCandidateDefinitionsOnly)
Indicates whether the output for an AutoML job generates candidate definitions only.
generateCandidateDefinitionsOnly
- Indicates whether the output for an AutoML job generates candidate definitions only.public Boolean isGenerateCandidateDefinitionsOnly()
Indicates whether the output for an AutoML job generates candidate definitions only.
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
.
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)
Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
. If you
do not provide these values, they are inferred.
resolvedAttributes
- Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
.
If you do not provide these values, they are inferred.public ResolvedAttributes getResolvedAttributes()
Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
. If you
do not provide these values, they are inferred.
ProblemType
, AutoMLJobObjective
, and CompletionCriteria
.
If you do not provide these values, they are inferred.public DescribeAutoMLJobResult withResolvedAttributes(ResolvedAttributes resolvedAttributes)
Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
. If you
do not provide these values, they are inferred.
resolvedAttributes
- Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
.
If you do not provide these values, they are inferred.public void setModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
modelDeployConfig
- Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.public ModelDeployConfig getModelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
public DescribeAutoMLJobResult withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
modelDeployConfig
- Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if
deployed automatically.public void setModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
modelDeployResult
- Provides information about endpoint for the model deployment.public ModelDeployResult getModelDeployResult()
Provides information about endpoint for the model deployment.
public DescribeAutoMLJobResult withModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
modelDeployResult
- Provides information about endpoint for the model deployment.public String toString()
toString
in class Object
Object.toString()
public DescribeAutoMLJobResult clone()