@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ProblemType
public 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 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()
.
AutoMLJobStatus
public 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()
.
AutoMLJobStatus
public 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()
.
AutoMLJobSecondaryStatus
public 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()
.
AutoMLJobSecondaryStatus
public 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 AwsResponse
public static DescribeAutoMlJobResponse.Builder builder()
public static Class<? extends DescribeAutoMlJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.