@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAutoMlJobV2Response extends SageMakerResponse implements ToCopyableBuilder<DescribeAutoMlJobV2Response.Builder,DescribeAutoMlJobV2Response>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAutoMlJobV2Response.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoMLJobArn()
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
|
AutoMLJobArtifacts |
autoMLJobArtifacts()
Returns the value of the AutoMLJobArtifacts property for this object.
|
List<AutoMLJobChannel> |
autoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
|
String |
autoMLJobName()
Returns the name of the AutoML job V2.
|
AutoMLJobObjective |
autoMLJobObjective()
Returns the job's objective.
|
AutoMLJobSecondaryStatus |
autoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job V2.
|
String |
autoMLJobSecondaryStatusAsString()
Returns the secondary status of the AutoML job V2.
|
AutoMLJobStatus |
autoMLJobStatus()
Returns the status of the AutoML job V2.
|
String |
autoMLJobStatusAsString()
Returns the status of the AutoML job V2.
|
AutoMLProblemTypeConfig |
autoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
|
AutoMLProblemTypeConfigName |
autoMLProblemTypeConfigName()
Returns the name of the problem type configuration set for the AutoML job V2.
|
String |
autoMLProblemTypeConfigNameAsString()
Returns the name of the problem type configuration set for the AutoML job V2.
|
AutoMLCandidate |
bestCandidate()
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other
properties.
|
static DescribeAutoMlJobV2Response.Builder |
builder() |
Instant |
creationTime()
Returns the creation time of the AutoML job V2.
|
AutoMLDataSplitConfig |
dataSplitConfig()
Returns the configuration settings of how the data are split into train and validation datasets.
|
Instant |
endTime()
Returns the end time of the AutoML job V2.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
Returns the reason for the failure of the AutoML job V2, when applicable.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAutoMLJobInputDataConfig()
For responses, this returns true if the service returned a value for the AutoMLJobInputDataConfig property.
|
int |
hashCode() |
boolean |
hasPartialFailureReasons()
For responses, this returns true if the service returned a value for the PartialFailureReasons property.
|
Instant |
lastModifiedTime()
Returns the job's last modified time.
|
ModelDeployConfig |
modelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed
automatically.
|
ModelDeployResult |
modelDeployResult()
Provides information about endpoint for the model deployment.
|
AutoMLOutputDataConfig |
outputDataConfig()
Returns the job's output data config.
|
List<AutoMLPartialFailureReason> |
partialFailureReasons()
Returns a list of reasons for partial failures within an AutoML job V2.
|
AutoMLResolvedAttributes |
resolvedAttributes()
Returns the resolved attributes used by the AutoML job V2.
|
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.
|
List<SdkField<?>> |
sdkFields() |
AutoMLSecurityConfig |
securityConfig()
Returns the security configuration for traffic encryption or Amazon VPC settings.
|
static Class<? extends DescribeAutoMlJobV2Response.Builder> |
serializableBuilderClass() |
DescribeAutoMlJobV2Response.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoMLJobName()
Returns the name of the AutoML job V2.
public final String autoMLJobArn()
Returns the Amazon Resource Name (ARN) of the AutoML job V2.
public final boolean hasAutoMLJobInputDataConfig()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<AutoMLJobChannel> autoMLJobInputDataConfig()
Returns an array of channel objects describing the input data and their location.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAutoMLJobInputDataConfig() method.
public final AutoMLOutputDataConfig outputDataConfig()
Returns the job's output data config.
public final 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.
public final AutoMLJobObjective autoMLJobObjective()
Returns the job's objective.
public final AutoMLProblemTypeConfig autoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
public final Instant creationTime()
Returns the creation time of the AutoML job V2.
public final Instant endTime()
Returns the end time of the AutoML job V2.
public final Instant lastModifiedTime()
Returns the job's last modified time.
public final String failureReason()
Returns the reason for the failure of the AutoML job V2, when applicable.
public final boolean hasPartialFailureReasons()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<AutoMLPartialFailureReason> partialFailureReasons()
Returns a list of reasons for partial failures within an AutoML job V2.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPartialFailureReasons() method.
public final AutoMLCandidate bestCandidate()
Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.
public final AutoMLJobStatus autoMLJobStatus()
Returns the status of the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version, autoMLJobStatus
will return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoMLJobStatusAsString().
AutoMLJobStatuspublic final String autoMLJobStatusAsString()
Returns the status of the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version, autoMLJobStatus
will return AutoMLJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoMLJobStatusAsString().
AutoMLJobStatuspublic final AutoMLJobSecondaryStatus autoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version,
autoMLJobSecondaryStatus will return AutoMLJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from autoMLJobSecondaryStatusAsString().
AutoMLJobSecondaryStatuspublic final String autoMLJobSecondaryStatusAsString()
Returns the secondary status of the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version,
autoMLJobSecondaryStatus will return AutoMLJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from autoMLJobSecondaryStatusAsString().
AutoMLJobSecondaryStatuspublic final ModelDeployConfig modelDeployConfig()
Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.
public final ModelDeployResult modelDeployResult()
Provides information about endpoint for the model deployment.
public final AutoMLDataSplitConfig dataSplitConfig()
Returns the configuration settings of how the data are split into train and validation datasets.
public final AutoMLSecurityConfig securityConfig()
Returns the security configuration for traffic encryption or Amazon VPC settings.
public final AutoMLJobArtifacts autoMLJobArtifacts()
public final AutoMLResolvedAttributes resolvedAttributes()
Returns the resolved attributes used by the AutoML job V2.
public final AutoMLProblemTypeConfigName autoMLProblemTypeConfigName()
Returns the name of the problem type configuration set for the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version,
autoMLProblemTypeConfigName will return AutoMLProblemTypeConfigName.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from autoMLProblemTypeConfigNameAsString().
AutoMLProblemTypeConfigNamepublic final String autoMLProblemTypeConfigNameAsString()
Returns the name of the problem type configuration set for the AutoML job V2.
If the service returns an enum value that is not available in the current SDK version,
autoMLProblemTypeConfigName will return AutoMLProblemTypeConfigName.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from autoMLProblemTypeConfigNameAsString().
AutoMLProblemTypeConfigNamepublic DescribeAutoMlJobV2Response.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAutoMlJobV2Response.Builder,DescribeAutoMlJobV2Response>toBuilder in class AwsResponsepublic static DescribeAutoMlJobV2Response.Builder builder()
public static Class<? extends DescribeAutoMlJobV2Response.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.