@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTransformJobResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeTransformJobResponse.Builder,DescribeTransformJobResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeTransformJobResponse.Builder |
Modifier and Type | Method and Description |
---|---|
BatchStrategy |
batchStrategy()
SingleRecord means only one record was used per a batch.
|
String |
batchStrategyAsString()
SingleRecord means only one record was used per a batch.
|
static DescribeTransformJobResponse.Builder |
builder() |
Instant |
creationTime()
A timestamp that shows when the transform Job was created.
|
Map<String,String> |
environment()
|
boolean |
equals(Object obj) |
String |
failureReason()
If the transform job failed, the reason that it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
String |
labelingJobArn()
The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or
training job.
|
Integer |
maxConcurrentTransforms()
The maximum number of parallel requests on each instance node that can be launched in a transform job.
|
Integer |
maxPayloadInMB()
The maximum payload size , in MB used in the transform job.
|
String |
modelName()
The name of the model used in the transform job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTransformJobResponse.Builder> |
serializableBuilderClass() |
DescribeTransformJobResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
transformEndTime()
Indicates when the transform job is
Completed , Stopped , or Failed . |
TransformInput |
transformInput()
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
String |
transformJobArn()
The Amazon Resource Name (ARN) of the transform job.
|
String |
transformJobName()
The name of the transform job.
|
TransformJobStatus |
transformJobStatus()
The status of the transform job.
|
String |
transformJobStatusAsString()
The status of the transform job.
|
TransformOutput |
transformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
TransformResources |
transformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
Instant |
transformStartTime()
Indicates when the transform job starts on ML instances.
|
responseMetadata
sdkHttpResponse
copy
public String transformJobName()
The name of the transform job.
public String transformJobArn()
The Amazon Resource Name (ARN) of the transform job.
public TransformJobStatus transformJobStatus()
The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.
If the service returns an enum value that is not available in the current SDK version,
transformJobStatus
will return TransformJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from transformJobStatusAsString()
.
FailureReason
field.TransformJobStatus
public String transformJobStatusAsString()
The status of the transform job. If the transform job failed, the reason is returned in the
FailureReason
field.
If the service returns an enum value that is not available in the current SDK version,
transformJobStatus
will return TransformJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from transformJobStatusAsString()
.
FailureReason
field.TransformJobStatus
public String failureReason()
If the transform job failed, the reason that it failed.
public String modelName()
The name of the model used in the transform job.
public Integer maxConcurrentTransforms()
The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.
public Integer maxPayloadInMB()
The maximum payload size , in MB used in the transform job.
public BatchStrategy batchStrategy()
SingleRecord means only one record was used per a batch. MultiRecord
means batches contained as many
records that could possibly fit within the MaxPayloadInMB
limit.
If the service returns an enum value that is not available in the current SDK version, batchStrategy
will return BatchStrategy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
batchStrategyAsString()
.
MultiRecord
means batches contained
as many records that could possibly fit within the MaxPayloadInMB
limit.BatchStrategy
public String batchStrategyAsString()
SingleRecord means only one record was used per a batch. MultiRecord
means batches contained as many
records that could possibly fit within the MaxPayloadInMB
limit.
If the service returns an enum value that is not available in the current SDK version, batchStrategy
will return BatchStrategy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
batchStrategyAsString()
.
MultiRecord
means batches contained
as many records that could possibly fit within the MaxPayloadInMB
limit.BatchStrategy
public Map<String,String> environment()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TransformInput transformInput()
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
public TransformOutput transformOutput()
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
public TransformResources transformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
public Instant creationTime()
A timestamp that shows when the transform Job was created.
public Instant transformStartTime()
Indicates when the transform job starts on ML instances. You are billed for the time interval between this time
and the value of TransformEndTime
.
TransformEndTime
.public Instant transformEndTime()
Indicates when the transform job is Completed
, Stopped
, or Failed
. You are
billed for the time interval between this time and the value of TransformStartTime
.
Completed
, Stopped
, or Failed
.
You are billed for the time interval between this time and the value of TransformStartTime
.public String labelingJobArn()
The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.
public DescribeTransformJobResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTransformJobResponse.Builder,DescribeTransformJobResponse>
toBuilder
in class AwsResponse
public static DescribeTransformJobResponse.Builder builder()
public static Class<? extends DescribeTransformJobResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.