@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 thte 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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, 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()
SagemakerTransformPropsgetModelName in interface SagemakerTransformPropspublic TransformInput getTransformInput()
SagemakerTransformPropsgetTransformInput in interface SagemakerTransformPropspublic String getTransformJobName()
SagemakerTransformPropsgetTransformJobName in interface SagemakerTransformPropspublic TransformOutput getTransformOutput()
SagemakerTransformPropsgetTransformOutput in interface SagemakerTransformPropspublic BatchStrategy getBatchStrategy()
SagemakerTransformPropsgetBatchStrategy in interface SagemakerTransformPropspublic Map<String,String> getEnvironment()
SagemakerTransformPropsgetEnvironment in interface SagemakerTransformPropspublic ServiceIntegrationPattern getIntegrationPattern()
SagemakerTransformPropsgetIntegrationPattern in interface SagemakerTransformPropspublic Number getMaxConcurrentTransforms()
SagemakerTransformPropsgetMaxConcurrentTransforms in interface SagemakerTransformPropspublic Number getMaxPayloadInMb()
SagemakerTransformPropsgetMaxPayloadInMb in interface SagemakerTransformPropspublic IRole getRole()
SagemakerTransformPropsgetRole in interface SagemakerTransformPropspublic Map<String,String> getTags()
SagemakerTransformPropsgetTags in interface SagemakerTransformPropspublic TransformResources getTransformResources()
SagemakerTransformPropsgetTransformResources in interface SagemakerTransformPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.