| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformJobDefinition |
TransformJobDefinition.addEnvironmentEntry(String key,
String value)
Add a single Environment entry
|
TransformJobDefinition |
TransformJobDefinition.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
TransformJobDefinition |
TransformJobDefinition.clone() |
TransformJobDefinition |
AlgorithmValidationProfile.getTransformJobDefinition()
The
TransformJobDefinition object that describes the transform job that SageMaker runs to validate
your algorithm. |
TransformJobDefinition |
ModelPackageValidationProfile.getTransformJobDefinition()
The
TransformJobDefinition object that describes the transform job used for the validation of the
model package. |
TransformJobDefinition |
TransformJobDefinition.withBatchStrategy(BatchStrategy batchStrategy)
A string that determines the number of records included in a single mini-batch.
|
TransformJobDefinition |
TransformJobDefinition.withBatchStrategy(String batchStrategy)
A string that determines the number of records included in a single mini-batch.
|
TransformJobDefinition |
TransformJobDefinition.withEnvironment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
TransformJobDefinition |
TransformJobDefinition.withMaxConcurrentTransforms(Integer maxConcurrentTransforms)
The maximum number of parallel requests that can be sent to each instance in a transform job.
|
TransformJobDefinition |
TransformJobDefinition.withMaxPayloadInMB(Integer maxPayloadInMB)
The maximum payload size allowed, in MB.
|
TransformJobDefinition |
TransformJobDefinition.withTransformInput(TransformInput transformInput)
A description of the input source and the way the transform job consumes it.
|
TransformJobDefinition |
TransformJobDefinition.withTransformOutput(TransformOutput transformOutput)
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.
|
TransformJobDefinition |
TransformJobDefinition.withTransformResources(TransformResources transformResources)
Identifies the ML compute instances for the transform job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmValidationProfile.setTransformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job that SageMaker runs to validate
your algorithm. |
void |
ModelPackageValidationProfile.setTransformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job used for the validation of the
model package. |
AlgorithmValidationProfile |
AlgorithmValidationProfile.withTransformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job that SageMaker runs to validate
your algorithm. |
ModelPackageValidationProfile |
ModelPackageValidationProfile.withTransformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job used for the validation of the
model package. |
Copyright © 2024. All rights reserved.