@Stability(value=Experimental) public static final class SagemakerTransformProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerTransformProps
SagemakerTransformPropssoftware.amazon.jsii.JsiiObject.InitializationModeSagemakerTransformProps.Builder, SagemakerTransformProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
BatchStrategy |
getBatchStrategy()
Number of records to include in a mini-batch for an HTTP inference request.
|
Map<String,String> |
getEnvironment()
Environment variables to set in the Docker container.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call SageMaker APIs.
|
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.
|
IRole |
getRole()
Role for the Training Job.
|
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.
|
TransformResources |
getTransformResources()
ML compute instances for the transform job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getModelName()
SagemakerTransformPropsEXPERIMENTAL
getModelName in interface SagemakerTransformPropspublic TransformInput getTransformInput()
SagemakerTransformPropsEXPERIMENTAL
getTransformInput in interface SagemakerTransformPropspublic String getTransformJobName()
SagemakerTransformPropsEXPERIMENTAL
getTransformJobName in interface SagemakerTransformPropspublic TransformOutput getTransformOutput()
SagemakerTransformPropsEXPERIMENTAL
getTransformOutput in interface SagemakerTransformPropspublic BatchStrategy getBatchStrategy()
SagemakerTransformPropsDefault: - No batch strategy
EXPERIMENTAL
getBatchStrategy in interface SagemakerTransformPropspublic Map<String,String> getEnvironment()
SagemakerTransformPropsDefault: - No environment variables
EXPERIMENTAL
getEnvironment in interface SagemakerTransformPropspublic ServiceIntegrationPattern getIntegrationPattern()
SagemakerTransformPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
EXPERIMENTAL
getIntegrationPattern in interface SagemakerTransformPropspublic Number getMaxConcurrentTransforms()
SagemakerTransformPropsDefault: - 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
getMaxConcurrentTransforms in interface SagemakerTransformPropspublic Number getMaxPayloadInMb()
SagemakerTransformPropsDefault: 6
EXPERIMENTAL
getMaxPayloadInMb in interface SagemakerTransformPropspublic IRole getRole()
SagemakerTransformPropsDefault: - A role is created with `AmazonSageMakerFullAccess` managed policy
EXPERIMENTAL
getRole in interface SagemakerTransformPropspublic Map<String,String> getTags()
SagemakerTransformPropsDefault: - No tags
EXPERIMENTAL
getTags in interface SagemakerTransformPropspublic TransformResources getTransformResources()
SagemakerTransformPropsDefault: - 1 instance of type M4.XLarge
EXPERIMENTAL
getTransformResources in interface SagemakerTransformPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.