@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.057Z") @Stability(value=Experimental) public interface SageMakerCreateTransformJobProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
SageMakerCreateTransformJobProps.Builder
A builder for
SageMakerCreateTransformJobProps |
static class |
SageMakerCreateTransformJobProps.Jsii$Proxy
An implementation for
SageMakerCreateTransformJobProps |
| Modifier and Type | Method and Description |
|---|---|
static SageMakerCreateTransformJobProps.Builder |
builder() |
default BatchStrategy |
getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
default Map<String,String> |
getEnvironment()
Environment variables to set in the Docker container.
|
default Number |
getMaxConcurrentTransforms()
Maximum number of parallel requests that can be sent to each instance in a transform job.
|
default Size |
getMaxPayload()
Maximum allowed size of the payload, in MB.
|
String |
getModelName()
Name of the model that you want to use for the transform job.
|
default IRole |
getRole()
Role for the Training Job.
|
default Map<String,String> |
getTags()
Tags to be applied to the train job.
|
TransformInput |
getTransformInput()
Dataset to be transformed and the Amazon S3 location where it is stored.
|
String |
getTransformJobName()
Training Job Name.
|
TransformOutput |
getTransformOutput()
S3 location where you want Amazon SageMaker to save the results from the transform job.
|
default TransformResources |
getTransformResources()
ML compute instances for the transform job.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getTimeout@Stability(value=Experimental) @NotNull String getModelName()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull TransformInput getTransformInput()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getTransformJobName()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull TransformOutput getTransformOutput()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default BatchStrategy getBatchStrategy()
Default: - No batch strategy
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,String> getEnvironment()
Default: - No environment variables
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Number getMaxConcurrentTransforms()
Default: - Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1.
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Size getMaxPayload()
Default: 6
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: - A role is created with `AmazonSageMakerFullAccess` managed policy
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
Default: - No tags
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default TransformResources getTransformResources()
Default: - 1 instance of type M4.XLarge
EXPERIMENTAL
@Stability(value=Experimental) static SageMakerCreateTransformJobProps.Builder builder()
builder in interface TaskStateBasePropsSageMakerCreateTransformJobProps.Builder of SageMakerCreateTransformJobPropsCopyright © 2020. All rights reserved.