public static final class SagemakerTransformProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerTransformProps
software.amazon.jsii.JsiiObject.InitializationModeSagemakerTransformProps.Builder, SagemakerTransformProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public String getModelName()
getModelName in interface SagemakerTransformProps@Stability(value=Experimental) public TransformInput getTransformInput()
getTransformInput in interface SagemakerTransformProps@Stability(value=Experimental) public String getTransformJobName()
getTransformJobName in interface SagemakerTransformProps@Stability(value=Experimental) public TransformOutput getTransformOutput()
getTransformOutput in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public BatchStrategy getBatchStrategy()
getBatchStrategy in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public Map<String,Object> getEnvironment()
getEnvironment in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public Number getMaxConcurrentTransforms()
getMaxConcurrentTransforms in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public Number getMaxPayloadInMb()
getMaxPayloadInMb in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public Boolean getSynchronous()
getSynchronous in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public Map<String,Object> getTags()
getTags in interface SagemakerTransformProps@Stability(value=Experimental) @Nullable public TransformResources getTransformResources()
getTransformResources in interface SagemakerTransformPropsCopyright © 2019. All rights reserved.