@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 job's ARN.
|
AutoMLJobArtifacts |
autoMLJobArtifacts()
Returns information on the job's artifacts found in AutoMLJobArtifacts.
|
AutoMLJobConfig |
autoMLJobConfig()
Returns the job's config.
|
String |
autoMLJobName()
Returns the name of a job.
|
AutoMLJobObjective |
autoMLJobObjective()
Returns the job's objective.
|
AutoMLJobSecondaryStatus |
autoMLJobSecondaryStatus()
Returns the job's AutoMLJobSecondaryStatus.
|
String |
autoMLJobSecondaryStatusAsString()
Returns the job's AutoMLJobSecondaryStatus.
|
AutoMLJobStatus |
autoMLJobStatus()
Returns the job's AutoMLJobStatus.
|
String |
autoMLJobStatusAsString()
Returns the job's AutoMLJobStatus.
|
AutoMLCandidate |
bestCandidate()
Returns the job's BestCandidate.
|
static DescribeAutoMlJobResponse.Builder |
builder() |
Instant |
creationTime()
Returns the job's creation time.
|
Instant |
endTime()
Returns the job's end time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
Returns the job's FailureReason.
|
Boolean |
generateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputDataConfig()
Returns true if the InputDataConfig property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<AutoMLChannel> |
inputDataConfig()
Returns the job's input data config.
|
Instant |
lastModifiedTime()
Returns the job's last modified time.
|
AutoMLOutputDataConfig |
outputDataConfig()
Returns the job's output data config.
|
ProblemType |
problemType()
Returns the job's problem type.
|
String |
problemTypeAsString()
Returns the job's problem type.
|
ResolvedAttributes |
resolvedAttributes()
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the AWS 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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String autoMLJobName()
Returns the name of a job.
public String autoMLJobArn()
Returns the job's ARN.
public boolean hasInputDataConfig()
public List<AutoMLChannel> inputDataConfig()
Returns the job's input data config.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputDataConfig() to see if a value was sent in this field.
public AutoMLOutputDataConfig outputDataConfig()
Returns the job's output data config.
public String roleArn()
The Amazon Resource Name (ARN) of the AWS 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 AutoMLJobObjective autoMLJobObjective()
Returns the job's objective.
public 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().
ProblemTypepublic 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().
ProblemTypepublic AutoMLJobConfig autoMLJobConfig()
Returns the job's config.
public Instant creationTime()
Returns the job's creation time.
public Instant endTime()
Returns the job's end time.
public Instant lastModifiedTime()
Returns the job's last modified time.
public String failureReason()
Returns the job's FailureReason.
public AutoMLCandidate bestCandidate()
Returns the job's BestCandidate.
public AutoMLJobStatus autoMLJobStatus()
Returns the job's AutoMLJobStatus.
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 String autoMLJobStatusAsString()
Returns the job's AutoMLJobStatus.
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 AutoMLJobSecondaryStatus autoMLJobSecondaryStatus()
Returns the job's AutoMLJobSecondaryStatus.
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 String autoMLJobSecondaryStatusAsString()
Returns the job's AutoMLJobSecondaryStatus.
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 Boolean generateCandidateDefinitionsOnly()
Returns the job's output from GenerateCandidateDefinitionsOnly.
public AutoMLJobArtifacts autoMLJobArtifacts()
Returns information on the job's artifacts found in AutoMLJobArtifacts.
public ResolvedAttributes resolvedAttributes()
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They're auto-inferred values, if not provided by you. If you do provide them, then they'll be the same as provided.
public DescribeAutoMlJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAutoMlJobResponse.Builder,DescribeAutoMlJobResponse>toBuilder in class AwsResponsepublic static DescribeAutoMlJobResponse.Builder builder()
public static Class<? extends DescribeAutoMlJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.