@Stability(value=Experimental) public static final class SageMakerCreateTransformJobProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SageMakerCreateTransformJobProps
SageMakerCreateTransformJobPropssoftware.amazon.jsii.JsiiObject.InitializationModeSageMakerCreateTransformJobProps.Builder, SageMakerCreateTransformJobProps.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.
|
String |
getComment() |
Map<String,String> |
getEnvironment()
Environment variables to set in the Docker container.
|
Duration |
getHeartbeat() |
String |
getInputPath() |
IntegrationPattern |
getIntegrationPattern() |
Number |
getMaxConcurrentTransforms()
Maximum number of parallel requests that can be sent to each instance in a transform job.
|
Size |
getMaxPayload()
Maximum allowed size of the payload, in MB.
|
String |
getModelName()
Name of the model that you want to use for the transform job.
|
String |
getOutputPath() |
String |
getResultPath() |
IRole |
getRole()
Role for the Training Job.
|
Map<String,String> |
getTags()
Tags to be applied to the train job.
|
Duration |
getTimeout() |
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()
SageMakerCreateTransformJobPropsEXPERIMENTAL
getModelName in interface SageMakerCreateTransformJobPropspublic TransformInput getTransformInput()
SageMakerCreateTransformJobPropsEXPERIMENTAL
getTransformInput in interface SageMakerCreateTransformJobPropspublic String getTransformJobName()
SageMakerCreateTransformJobPropsEXPERIMENTAL
getTransformJobName in interface SageMakerCreateTransformJobPropspublic TransformOutput getTransformOutput()
SageMakerCreateTransformJobPropsEXPERIMENTAL
getTransformOutput in interface SageMakerCreateTransformJobPropspublic BatchStrategy getBatchStrategy()
SageMakerCreateTransformJobPropsDefault: - No batch strategy
EXPERIMENTAL
getBatchStrategy in interface SageMakerCreateTransformJobPropspublic Map<String,String> getEnvironment()
SageMakerCreateTransformJobPropsDefault: - No environment variables
EXPERIMENTAL
getEnvironment in interface SageMakerCreateTransformJobPropspublic Number getMaxConcurrentTransforms()
SageMakerCreateTransformJobPropsDefault: - 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 SageMakerCreateTransformJobPropspublic Size getMaxPayload()
SageMakerCreateTransformJobPropsDefault: 6
EXPERIMENTAL
getMaxPayload in interface SageMakerCreateTransformJobPropspublic IRole getRole()
SageMakerCreateTransformJobPropsDefault: - A role is created with `AmazonSageMakerFullAccess` managed policy
EXPERIMENTAL
getRole in interface SageMakerCreateTransformJobPropspublic Map<String,String> getTags()
SageMakerCreateTransformJobPropsDefault: - No tags
EXPERIMENTAL
getTags in interface SageMakerCreateTransformJobPropspublic TransformResources getTransformResources()
SageMakerCreateTransformJobPropsDefault: - 1 instance of type M4.XLarge
EXPERIMENTAL
getTransformResources in interface SageMakerCreateTransformJobPropspublic String getComment()
getComment in interface TaskStateBasePropspublic Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic String getInputPath()
getInputPath in interface TaskStateBasePropspublic IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic String getResultPath()
getResultPath in interface TaskStateBasePropspublic Duration getTimeout()
getTimeout in interface TaskStateBasePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.