@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.940Z") @Stability(value=Experimental) public interface SagemakerTransformProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SagemakerTransformProps.Builder
A builder for
SagemakerTransformProps |
static class |
SagemakerTransformProps.Jsii$Proxy
An implementation for
SagemakerTransformProps |
| Modifier and Type | Method and Description |
|---|---|
static SagemakerTransformProps.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 ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SageMaker APIs.
|
default Number |
getMaxConcurrentTransforms()
Maximum number of parallel requests that can be sent to each instance in a transform job.
|
default Number |
getMaxPayloadInMb()
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 thte 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.
|
@Stability(value=Experimental) String getModelName()
EXPERIMENTAL
@Stability(value=Experimental) TransformInput getTransformInput()
EXPERIMENTAL
@Stability(value=Experimental) String getTransformJobName()
EXPERIMENTAL
@Stability(value=Experimental) TransformOutput getTransformOutput()
EXPERIMENTAL
@Stability(value=Experimental) default BatchStrategy getBatchStrategy()
EXPERIMENTAL
@Stability(value=Experimental) default Map<String,String> getEnvironment()
EXPERIMENTAL
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
@Stability(value=Experimental) default Number getMaxConcurrentTransforms()
EXPERIMENTAL
@Stability(value=Experimental) default Number getMaxPayloadInMb()
EXPERIMENTAL
@Stability(value=Experimental) default IRole getRole()
EXPERIMENTAL
@Stability(value=Experimental) default Map<String,String> getTags()
EXPERIMENTAL
@Stability(value=Experimental) default TransformResources getTransformResources()
EXPERIMENTAL
@Stability(value=Experimental) static SagemakerTransformProps.Builder builder()
SagemakerTransformProps.Builder of SagemakerTransformPropsCopyright © 2020. All rights reserved.