@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAutoMlJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAutoMlJobResponse.Builder,DescribeAutoMlJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeAutoMlJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
autoMLJobArn()
Returns the ARN of the AutoML job.
|
AutoMLJobArtifacts |
autoMLJobArtifacts()
Returns information on the job's artifacts found in
AutoMLJobArtifacts . |
AutoMLJobConfig |
autoMLJobConfig()
Returns the configuration for the AutoML job.
|
String |
autoMLJobName()
Returns the name of the AutoML job.
|
AutoMLJobObjective |
autoMLJobObjective()
Returns the job's objective.
|
AutoMLJobSecondaryStatus |
autoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job.
|
String |
autoMLJobSecondaryStatusAsString()
Returns the secondary status of the AutoML job.
|
AutoMLJobStatus |
autoMLJobStatus()
Returns the status of the AutoML job.
|
String |
autoMLJobStatusAsString()
Returns the status of the AutoML job.
|
AutoMLCandidate |
bestCandidate()
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for
an experiment.
|
static DescribeAutoMlJobResponse.Builder |
builder() |
Instant |
creationTime()
Returns the creation time of the AutoML job.
|
Instant |
endTime()
Returns the end time of the AutoML job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
Returns the failure reason for an AutoML job, when applicable.
|
Boolean |
generateCandidateDefinitionsOnly()
Indicates whether the output for an AutoML job generates candidate definitions only.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputDataConfig()
For responses, this returns true if the service returned a value for the InputDataConfig property.
|
boolean |
hasPartialFailureReasons()
For responses, this returns true if the service returned a value for the PartialFailureReasons property.
|
List<AutoMLChannel> |
inputDataConfig()
Returns the input data configuration for the AutoML job.
|
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.
|
ProblemType |
problemType()
Returns the job's problem type.
|
String |
problemTypeAsString()
Returns the job's problem type.
|
ResolvedAttributes |
resolvedAttributes()
Contains
ProblemType , AutoMLJobObjective , and CompletionCriteria . |
String |
roleArn()
The Amazon Resource Name (ARN) of the 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAutoMlJobResponse.Builder> |
serializableBuilderClass() |
DescribeAutoMlJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String autoMLJobName()
Returns the name of the AutoML job.
public final String autoMLJobArn()
Returns the ARN of the AutoML job.
public final boolean hasInputDataConfig()
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<AutoMLChannel> inputDataConfig()
Returns the input data configuration for the AutoML job.
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 hasInputDataConfig()
method.
public final AutoMLOutputDataConfig outputDataConfig()
Returns the job's output data config.
public final String roleArn()
The Amazon Resource Name (ARN) of the 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 final AutoMLJobObjective autoMLJobObjective()
Returns the job's objective.
public final ProblemType problemType()
Returns the job's problem type.
If the service returns an enum value that is not available in the current SDK version, problemType
will
return ProblemType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
problemTypeAsString()
.
ProblemType
public final String problemTypeAsString()
Returns the job's problem type.
If the service returns an enum value that is not available in the current SDK version, problemType
will
return ProblemType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
problemTypeAsString()
.
ProblemType
public final AutoMLJobConfig autoMLJobConfig()
Returns the configuration for the AutoML job.
public final Instant creationTime()
Returns the creation time of the AutoML job.
public final Instant endTime()
Returns the end time of the AutoML job.
public final Instant lastModifiedTime()
Returns the job's last modified time.
public final String failureReason()
Returns the failure reason for an AutoML job, 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.
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()
The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.
public final AutoMLJobStatus autoMLJobStatus()
Returns the status of the AutoML job.
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()
.
AutoMLJobStatus
public final String autoMLJobStatusAsString()
Returns the status of the AutoML job.
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()
.
AutoMLJobStatus
public final AutoMLJobSecondaryStatus autoMLJobSecondaryStatus()
Returns the secondary status of the AutoML job.
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()
.
AutoMLJobSecondaryStatus
public final String autoMLJobSecondaryStatusAsString()
Returns the secondary status of the AutoML job.
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()
.
AutoMLJobSecondaryStatus
public final Boolean generateCandidateDefinitionsOnly()
Indicates whether the output for an AutoML job generates candidate definitions only.
public final AutoMLJobArtifacts autoMLJobArtifacts()
Returns information on the job's artifacts found in AutoMLJobArtifacts
.
AutoMLJobArtifacts
.public final ResolvedAttributes resolvedAttributes()
Contains ProblemType
, AutoMLJobObjective
, and CompletionCriteria
. If you
do not provide these values, they are auto-inferred. If you do provide them, the values used are the ones you
provide.
ProblemType
, AutoMLJobObjective
, and CompletionCriteria
.
If you do not provide these values, they are auto-inferred. If you do provide them, the values used are
the ones you provide.public 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 DescribeAutoMlJobResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeAutoMlJobResponse.Builder,DescribeAutoMlJobResponse>
toBuilder
in class AwsResponse
public static DescribeAutoMlJobResponse.Builder builder()
public static Class<? extends DescribeAutoMlJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.