@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 job V2.
|
AutoMLJobArtifacts |
getAutoMLJobArtifacts() |
List<AutoMLJobChannel> |
getAutoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
|
String |
getAutoMLJobName()
Returns the name of the AutoML job V2.
|
AutoMLJobObjective |
getAutoMLJobObjective()
Returns the job's objective.
|
String |
getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job V2.
|
String |
getAutoMLJobStatus()
Returns the status of the AutoML job V2.
|
AutoMLProblemTypeConfig |
getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
|
String |
getAutoMLProblemTypeConfigName()
Returns the name of the problem type configuration set for the AutoML job V2.
|
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 job V2.
|
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 job V2.
|
String |
getFailureReason()
Returns the reason for the failure of the AutoML job V2, 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 job V2.
|
AutoMLResolvedAttributes |
getResolvedAttributes()
Returns the resolved attributes used by the AutoML job V2.
|
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.
|
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 job V2.
|
void |
setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts) |
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 job V2.
|
void |
setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
void |
setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
|
void |
setAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job V2.
|
void |
setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
void |
setAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
|
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 job V2.
|
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 job V2.
|
void |
setFailureReason(String failureReason)
Returns the reason for the failure of the AutoML job V2, 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 job V2.
|
void |
setResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
|
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.
|
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 job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts) |
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 job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
Returns the job's objective.
|
DescribeAutoMLJobV2Result |
withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLProblemTypeConfigName(AutoMLProblemTypeConfigName autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
|
DescribeAutoMLJobV2Result |
withAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
|
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 job V2.
|
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 job V2.
|
DescribeAutoMLJobV2Result |
withFailureReason(String failureReason)
Returns the reason for the failure of the AutoML job V2, 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 job V2.
|
DescribeAutoMLJobV2Result |
withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
|
DescribeAutoMLJobV2Result |
withResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
|
DescribeAutoMLJobV2Result |
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.
|
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 job V2.
autoMLJobName
- Returns the name of the AutoML job V2.public String getAutoMLJobName()
Returns the name of the AutoML job V2.
public DescribeAutoMLJobV2Result withAutoMLJobName(String autoMLJobName)
Returns the name of the AutoML job V2.
autoMLJobName
- Returns the name of the AutoML job V2.public void setAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
autoMLJobArn
- Returns the Amazon Resource Name (ARN) of the AutoML job V2.public String getAutoMLJobArn()
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
public DescribeAutoMLJobV2Result withAutoMLJobArn(String autoMLJobArn)
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
autoMLJobArn
- Returns the Amazon Resource Name (ARN) of the AutoML job V2.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 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 DescribeAutoMLJobV2Result 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 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 job V2.
autoMLProblemTypeConfig
- Returns the configuration settings of the problem type set for the AutoML job V2.public AutoMLProblemTypeConfig getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
autoMLProblemTypeConfig
- Returns the configuration settings of the problem type set for the AutoML job V2.public void setAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
autoMLProblemTypeConfigName
- Returns the name of the problem type configuration set for the AutoML job V2.AutoMLProblemTypeConfigName
public String getAutoMLProblemTypeConfigName()
Returns the name of the problem type configuration set for the AutoML job V2.
AutoMLProblemTypeConfigName
public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfigName(String autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
autoMLProblemTypeConfigName
- Returns the name of the problem type configuration set for the AutoML job V2.AutoMLProblemTypeConfigName
public DescribeAutoMLJobV2Result withAutoMLProblemTypeConfigName(AutoMLProblemTypeConfigName autoMLProblemTypeConfigName)
Returns the name of the problem type configuration set for the AutoML job V2.
autoMLProblemTypeConfigName
- Returns the name of the problem type configuration set for the AutoML job V2.AutoMLProblemTypeConfigName
public void setCreationTime(Date creationTime)
Returns the creation time of the AutoML job V2.
creationTime
- Returns the creation time of the AutoML job V2.public Date getCreationTime()
Returns the creation time of the AutoML job V2.
public DescribeAutoMLJobV2Result withCreationTime(Date creationTime)
Returns the creation time of the AutoML job V2.
creationTime
- Returns the creation time of the AutoML job V2.public void setEndTime(Date endTime)
Returns the end time of the AutoML job V2.
endTime
- Returns the end time of the AutoML job V2.public Date getEndTime()
Returns the end time of the AutoML job V2.
public DescribeAutoMLJobV2Result withEndTime(Date endTime)
Returns the end time of the AutoML job V2.
endTime
- Returns the end time of the AutoML job V2.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 job V2, when applicable.
failureReason
- Returns the reason for the failure of the AutoML job V2, when applicable.public String getFailureReason()
Returns the reason for the failure of the AutoML job V2, when applicable.
public DescribeAutoMLJobV2Result withFailureReason(String failureReason)
Returns the reason for the failure of the AutoML job V2, when applicable.
failureReason
- Returns the reason for the failure of the AutoML job V2, when applicable.public List<AutoMLPartialFailureReason> getPartialFailureReasons()
Returns a list of reasons for partial failures within an AutoML job V2.
public void setPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML job V2.public DescribeAutoMLJobV2Result withPartialFailureReasons(AutoMLPartialFailureReason... partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
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 V2.public DescribeAutoMLJobV2Result withPartialFailureReasons(Collection<AutoMLPartialFailureReason> partialFailureReasons)
Returns a list of reasons for partial failures within an AutoML job V2.
partialFailureReasons
- Returns a list of reasons for partial failures within an AutoML job V2.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 job V2.
autoMLJobStatus
- Returns the status of the AutoML job V2.AutoMLJobStatus
public String getAutoMLJobStatus()
Returns the status of the AutoML job V2.
AutoMLJobStatus
public DescribeAutoMLJobV2Result withAutoMLJobStatus(String autoMLJobStatus)
Returns the status of the AutoML job V2.
autoMLJobStatus
- Returns the status of the AutoML job V2.AutoMLJobStatus
public DescribeAutoMLJobV2Result withAutoMLJobStatus(AutoMLJobStatus autoMLJobStatus)
Returns the status of the AutoML job V2.
autoMLJobStatus
- Returns the status of the AutoML job V2.AutoMLJobStatus
public void setAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job V2.AutoMLJobSecondaryStatus
public String getAutoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job V2.
AutoMLJobSecondaryStatus
public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(String autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job V2.AutoMLJobSecondaryStatus
public DescribeAutoMLJobV2Result withAutoMLJobSecondaryStatus(AutoMLJobSecondaryStatus autoMLJobSecondaryStatus)
Returns the secondary status of the AutoML job V2.
autoMLJobSecondaryStatus
- Returns the secondary status of the AutoML job V2.AutoMLJobSecondaryStatus
public void setAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
autoMLJobArtifacts
- public AutoMLJobArtifacts getAutoMLJobArtifacts()
public DescribeAutoMLJobV2Result withAutoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)
autoMLJobArtifacts
- public void setResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
resolvedAttributes
- Returns the resolved attributes used by the AutoML job V2.public AutoMLResolvedAttributes getResolvedAttributes()
Returns the resolved attributes used by the AutoML job V2.
public DescribeAutoMLJobV2Result withResolvedAttributes(AutoMLResolvedAttributes resolvedAttributes)
Returns the resolved attributes used by the AutoML job V2.
resolvedAttributes
- Returns the resolved attributes used by the AutoML job V2.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()