@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.573Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static SagemakerTransformProps.Builder |
builder() |
BatchStrategy |
getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
Map<String,Object> |
getEnvironment()
Environment variables to set in the Docker container.
|
Number |
getMaxConcurrentTransforms()
Maximum number of parallel requests that can be sent to each instance in a transform job.
|
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.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
Role for thte Training Job.
|
Boolean |
getSynchronous()
Specify if the task is synchronous or asychronous.
|
Map<String,Object> |
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.
|
TransformResources |
getTransformResources()
ML compute instances for the transform job.
|
@Stability(value=Experimental) String getModelName()
@Stability(value=Experimental) TransformInput getTransformInput()
@Stability(value=Experimental) String getTransformJobName()
@Stability(value=Experimental) TransformOutput getTransformOutput()
@Stability(value=Experimental) BatchStrategy getBatchStrategy()
@Stability(value=Experimental) Map<String,Object> getEnvironment()
@Stability(value=Experimental) Number getMaxConcurrentTransforms()
@Stability(value=Experimental) Number getMaxPayloadInMb()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Experimental) Boolean getSynchronous()
@Stability(value=Experimental) Map<String,Object> getTags()
@Stability(value=Experimental) TransformResources getTransformResources()
@Stability(value=Experimental) static SagemakerTransformProps.Builder builder()
SagemakerTransformProps.Builder of SagemakerTransformPropsCopyright © 2019. All rights reserved.