@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutoMLJobV2Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAutoMLJobV2Result() |
Modifier and Type | Method and Description |
---|---|
DescribeAutoMLJobV2Result |
clone() |
boolean |
equals(Object obj) |
String |
getAutoMLJobArn()
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
|
List<AutoMLJobChannel> |
getAutoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
|
String |
getAutoMLJobName()
Returns the name of the AutoML V2 job.
|
AutoMLJobObjective |
getAutoMLJobObjective()
Returns the job's objective.
|
String |
getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML V2 job.
|
String |
getAutoMLJobStatus()
Returns the status of the AutoML V2 job.
|
AutoMLProblemTypeConfig |
getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
AutoMLCandidate |
getBestCandidate()
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
Date |
getCreationTime()
Returns the creation time of the AutoML V2 job.
|
AutoMLDataSplitConfig |
getDataSplitConfig()
Returns the configuration settings of how the data are split into train and validation datasets.
|
Date |
getEndTime()
Returns the end time of the AutoML V2 job.
|
String |
getFailureReason()
Returns the reason for the failure of the AutoML V2 job, when applicable.
|
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 V2 job.
|
String |
getRoleArn()
The ARN of the Identity and Access Management role that has read permission to the input data location and write
permission to the output data location in Amazon S3.
|
AutoMLSecurityConfig |
getSecurityConfig()
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
int |
hashCode() |
void |
setAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
|
void |
setAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
void |
setAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
|
void |
setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
void |
setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
|
void |
setAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
|
void |
setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
void |
setBestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
void |
setCreationTime(Date creationTime)
Returns the creation time of the AutoML V2 job.
|
void |
setDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
|
void |
setEndTime(Date endTime)
Returns the end time of the AutoML V2 job.
|
void |
setFailureReason(String failureReason)
Returns the reason for the failure of the AutoML V2 job, when applicable.
|
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 V2 job.
|
void |
setRoleArn(String roleArn)
The ARN of the Identity and Access Management role that has read permission to the input data location and write
permission to the output data location in Amazon S3.
|
void |
setSecurityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAutoMLJobV2Result |
withAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMLJobV2Result |
withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
|
DescribeAutoMLJobV2Result |
withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMLJobV2Result |
withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withBestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
DescribeAutoMLJobV2Result |
withCreationTime(Date creationTime)
Returns the creation time of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
|
DescribeAutoMLJobV2Result |
withEndTime(Date endTime)
Returns the end time of the AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withFailureReason(String failureReason)
Returns the reason for the failure of the AutoML V2 job, when applicable.
|
DescribeAutoMLJobV2Result |
withLastModifiedTime(Date lastModifiedTime)
Returns the job's last modified time.
|
DescribeAutoMLJobV2Result |
withModelDeployConfig(ModelDeployConfig modelDeployConfig)
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
DescribeAutoMLJobV2Result |
withModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
|
DescribeAutoMLJobV2Result |
withOutputDataConfig(AutoMLOutputDataConfig outputDataConfig)
Returns the job's output data config.
|
DescribeAutoMLJobV2Result |
withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
|
DescribeAutoMLJobV2Result |
withRoleArn(String roleArn)
The ARN of the Identity and Access Management role that has read permission to the input data location and write
permission to the output data location in Amazon S3.
|
DescribeAutoMLJobV2Result |
withSecurityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
autoMLJobName
- Returns the name of the AutoML V2 job.public String getAutoMLJobName()
Returns the name of the AutoML V2 job.
public DescribeAutoMLJobV2Result withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML V2 job.
autoMLJobName
- Returns the name of the AutoML V2 job.public void setAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
autoMLJobArn
- Returns the Amazon Resource Name (ARN) of the AutoML V2 job.public String getAutoMLJobArn()
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
public DescribeAutoMLJobV2Result withAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML V2 job.
autoMLJobArn
- Returns the Amazon Resource Name (ARN) of the AutoML V2 job.public List<AutoMLJobChannel> getAutoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
public void setAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
autoMLJobInputDataConfig
- Returns an array of channel objects describing the input data and their location.public DescribeAutoMLJobV2Result withAutoMLJobInputDataConfig(AutoMLJobChannel... autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
NOTE: This method appends the values to the existing list (if any). Use
setAutoMLJobInputDataConfig(java.util.Collection)
or
withAutoMLJobInputDataConfig(java.util.Collection)
if you want to override the existing values.
autoMLJobInputDataConfig
- Returns an array of channel objects describing the input data and their location.public DescribeAutoMLJobV2Result withAutoMLJobInputDataConfig(Collection<AutoMLJobChannel> autoMLJobInputDataConfig)
Returns an array of channel objects describing the input data and their location.
autoMLJobInputDataConfig
- Returns an array of channel objects describing the input data and their location.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 DescribeAutoMLJobV2Result 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 Identity and Access Management 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 Identity and Access Management 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 Identity and Access Management role that has read permission to the input data location and write permission to the output data location in Amazon S3.
public DescribeAutoMLJobV2Result withRoleArn(String roleArn)
The ARN of the Identity and Access Management 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 Identity and Access Management 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 DescribeAutoMLJobV2Result withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
autoMLJobObjective
- Returns the job's objective.public void setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
autoMLProblemTypeConfig
- Returns the configuration settings of the problem type set for the AutoML V2 job.public AutoMLProblemTypeConfig getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML V2 job.
public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
autoMLProblemTypeConfig
- Returns the configuration settings of the problem type set for the AutoML V2 job.public void setCreationTime(Date creationTime)
Returns the creation time of the AutoML V2 job.
creationTime
- Returns the creation time of the AutoML V2 job.public Date getCreationTime()
Returns the creation time of the AutoML V2 job.
public DescribeAutoMLJobV2Result withCreationTime(Date creationTime)
Returns the creation time of the AutoML V2 job.
creationTime
- Returns the creation time of the AutoML V2 job.public void setEndTime(Date endTime)
Returns the end time of the AutoML V2 job.
endTime
- Returns the end time of the AutoML V2 job.public Date getEndTime()
Returns the end time of the AutoML V2 job.
public DescribeAutoMLJobV2Result withEndTime(Date endTime)
Returns the end time of the AutoML V2 job.
endTime
- Returns the end time of the AutoML V2 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 DescribeAutoMLJobV2Result 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 reason for the failure of the AutoML V2 job, when applicable.
failureReason
- Returns the reason for the failure of the AutoML V2 job, when applicable.public String getFailureReason()
Returns the reason for the failure of the AutoML V2 job, when applicable.
public DescribeAutoMLJobV2Result withFailureReason(String failureReason)
Returns the reason for the failure of the AutoML V2 job, when applicable.
failureReason
- Returns the reason for the failure of the AutoML V2 job, when applicable.public List<AutoMLPartialFailureReason> getPartialFailureReasons()
Returns a list of reasons for partial failures within an AutoML V2 job.
public void setPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML V2 job.public DescribeAutoMLJobV2Result withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 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 V2 job.public DescribeAutoMLJobV2Result withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML V2 job.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML V2 job.public void setBestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
bestCandidate
- Information about the candidate produced by an AutoML training job V2, including its status, steps, and
other properties.public AutoMLCandidate getBestCandidate()
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
public DescribeAutoMLJobV2Result withBestCandidate(AutoMLCandidate bestCandidate)
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
bestCandidate
- Information about the candidate produced by an AutoML training job V2, including its status, steps, and
other properties.public void setAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
autoMLJobStatus
- Returns the status of the AutoML V2 job.AutoMLJobStatus
public String getAutoMLJobStatus()
Returns the status of the AutoML V2 job.
AutoMLJobStatus
public DescribeAutoMLJobV2Result withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML V2 job.
autoMLJobStatus
- Returns the status of the AutoML V2 job.AutoMLJobStatus
public DescribeAutoMLJobV2Result withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML V2 job.
autoMLJobStatus
- Returns the status of the AutoML V2 job.AutoMLJobStatus
public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML V2 job.AutoMLJobSecondaryStatus
public String getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML V2 job.
AutoMLJobSecondaryStatus
public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML V2 job.AutoMLJobSecondaryStatus
public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML V2 job.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML V2 job.AutoMLJobSecondaryStatus
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 DescribeAutoMLJobV2Result 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 DescribeAutoMLJobV2Result withModelDeployResult(ModelDeployResult modelDeployResult)
Provides information about endpoint for the model deployment.
modelDeployResult
- Provides information about endpoint for the model deployment.public void setDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
dataSplitConfig
- Returns the configuration settings of how the data are split into train and validation datasets.public AutoMLDataSplitConfig getDataSplitConfig()
Returns the configuration settings of how the data are split into train and validation datasets.
public DescribeAutoMLJobV2Result withDataSplitConfig(AutoMLDataSplitConfig dataSplitConfig)
Returns the configuration settings of how the data are split into train and validation datasets.
dataSplitConfig
- Returns the configuration settings of how the data are split into train and validation datasets.public void setSecurityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- Returns the security configuration for traffic encryption or Amazon VPC settings.public AutoMLSecurityConfig getSecurityConfig()
Returns the security configuration for traffic encryption or Amazon VPC settings.
public DescribeAutoMLJobV2Result withSecurityConfig(AutoMLSecurityConfig securityConfig)
Returns the security configuration for traffic encryption or Amazon VPC settings.
securityConfig
- Returns the security configuration for traffic encryption or Amazon VPC settings.public String toString()
toString
in class Object
Object.toString()
public DescribeAutoMLJobV2Result clone()