| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Definition of the public APIs exposed by SageMaker
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTransformJobResult |
AmazonSageMaker.describeTransformJob(DescribeTransformJobRequest describeTransformJobRequest)
Returns information about a transform job.
|
DescribeTransformJobResult |
AmazonSageMakerClient.describeTransformJob(DescribeTransformJobRequest request)
Returns information about a transform job.
|
DescribeTransformJobResult |
AbstractAmazonSageMaker.describeTransformJob(DescribeTransformJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTransformJobResult> |
AmazonSageMakerAsync.describeTransformJobAsync(DescribeTransformJobRequest describeTransformJobRequest,
AsyncHandler<DescribeTransformJobRequest,DescribeTransformJobResult> asyncHandler)
Returns information about a transform job.
|
Future<DescribeTransformJobResult> |
AbstractAmazonSageMakerAsync.describeTransformJobAsync(DescribeTransformJobRequest request,
AsyncHandler<DescribeTransformJobRequest,DescribeTransformJobResult> asyncHandler) |
Future<DescribeTransformJobResult> |
AmazonSageMakerAsyncClient.describeTransformJobAsync(DescribeTransformJobRequest request,
AsyncHandler<DescribeTransformJobRequest,DescribeTransformJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTransformJobResult |
DescribeTransformJobResult.addEnvironmentEntry(String key,
String value) |
DescribeTransformJobResult |
DescribeTransformJobResult.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
DescribeTransformJobResult |
DescribeTransformJobResult.clone() |
DescribeTransformJobResult |
DescribeTransformJobResult.withBatchStrategy(BatchStrategy batchStrategy)
SingleRecord means only one record was used per a batch.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withBatchStrategy(String batchStrategy)
SingleRecord means only one record was used per a batch.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withEnvironment(Map<String,String> environment)
|
DescribeTransformJobResult |
DescribeTransformJobResult.withFailureReason(String failureReason)
If the transform job failed, the reason that it failed.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withMaxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests on each instance node that can be launched in a transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withMaxPayloadInMB(Integer maxPayloadInMB)
The maximum payload size , in MB used in the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withModelName(String modelName)
The name of the model used in the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformEndTime(Date transformEndTime)
Indicates when the transform job is
Completed, Stopped, or Failed. |
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformInput(TransformInput transformInput)
Describes the dataset to be transformed and the Amazon S3 location where it is stored.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformJobName(String transformJobName)
The name of the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformJobStatus(String transformJobStatus)
The status of the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformStartTime(Date transformStartTime)
Indicates when the transform job starts on ML instances.
|
Copyright © 2018. All rights reserved.