| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformJob |
TransformJob.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
TransformJob |
TransformJob.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
TransformJob |
TransformJob.clone() |
TransformJob |
ModelDashboardModel.getLastBatchTransformJob() |
TransformJob |
TrialComponentSourceDetail.getTransformJob()
Information about a transform job that's the source of a trial component.
|
TransformJob |
TransformJob.withAutoMLJobArn(String autoMLJobArn)
The Amazon Resource Name (ARN) of the AutoML job that created the transform job.
|
TransformJob |
TransformJob.withBatchStrategy(BatchStrategy batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJob |
TransformJob.withBatchStrategy(String batchStrategy)
Specifies the number of records to include in a mini-batch for an HTTP inference request.
|
TransformJob |
TransformJob.withCreationTime(Date creationTime)
A timestamp that shows when the transform Job was created.
|
TransformJob |
TransformJob.withDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig) |
TransformJob |
TransformJob.withDataProcessing(DataProcessing dataProcessing) |
TransformJob |
TransformJob.withEnvironment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
TransformJob |
TransformJob.withExperimentConfig(ExperimentConfig experimentConfig) |
TransformJob |
TransformJob.withFailureReason(String failureReason)
If the transform job failed, the reason it failed.
|
TransformJob |
TransformJob.withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job that created the transform job.
|
TransformJob |
TransformJob.withMaxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests that can be sent to each instance in a transform job.
|
TransformJob |
TransformJob.withMaxPayloadInMB(Integer maxPayloadInMB)
The maximum allowed size of the payload, in MB.
|
TransformJob |
TransformJob.withModelClientConfig(ModelClientConfig modelClientConfig) |
TransformJob |
TransformJob.withModelName(String modelName)
The name of the model associated with the transform job.
|
TransformJob |
TransformJob.withTags(Collection<Tag> tags)
A list of tags associated with the transform job.
|
TransformJob |
TransformJob.withTags(Tag... tags)
A list of tags associated with the transform job.
|
TransformJob |
TransformJob.withTransformEndTime(Date transformEndTime)
Indicates when the transform job has been completed, or has stopped or failed.
|
TransformJob |
TransformJob.withTransformInput(TransformInput transformInput) |
TransformJob |
TransformJob.withTransformJobArn(String transformJobArn)
The Amazon Resource Name (ARN) of the transform job.
|
TransformJob |
TransformJob.withTransformJobName(String transformJobName)
The name of the transform job.
|
TransformJob |
TransformJob.withTransformJobStatus(String transformJobStatus)
The status of the transform job.
|
TransformJob |
TransformJob.withTransformJobStatus(TransformJobStatus transformJobStatus)
The status of the transform job.
|
TransformJob |
TransformJob.withTransformOutput(TransformOutput transformOutput) |
TransformJob |
TransformJob.withTransformResources(TransformResources transformResources) |
TransformJob |
TransformJob.withTransformStartTime(Date transformStartTime)
Indicates when the transform job starts on ML instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelDashboardModel.setLastBatchTransformJob(TransformJob lastBatchTransformJob) |
void |
TrialComponentSourceDetail.setTransformJob(TransformJob transformJob)
Information about a transform job that's the source of a trial component.
|
ModelDashboardModel |
ModelDashboardModel.withLastBatchTransformJob(TransformJob lastBatchTransformJob) |
TrialComponentSourceDetail |
TrialComponentSourceDetail.withTransformJob(TransformJob transformJob)
Information about a transform job that's the source of a trial component.
|
Copyright © 2025. All rights reserved.