Class CfnModelPackage.TransformJobDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelPackage.TransformJobDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackage.TransformJobDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelPackage.TransformJobDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackage.TransformJobDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackage.TransformJobDefinitionProperty
An implementation for
CfnModelPackage.TransformJobDefinitionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelPackage.TransformJobDefinitionProperty
CfnModelPackage.TransformJobDefinitionProperty.Builder, CfnModelPackage.TransformJobDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelPackage.TransformJobDefinitionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA string that determines the number of records included in a single mini-batch.final ObjectThe environment variables to set in the Docker container.final NumberThe maximum number of parallel requests that can be sent to each instance in a transform job.final NumberThe maximum payload size allowed, in MB.final ObjectA description of the input source and the way the transform job consumes it.final ObjectIdentifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.final ObjectIdentifies the ML compute instances for the transform job.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnModelPackage.TransformJobDefinitionProperty.Builder.
-
-
Method Details
-
getTransformInput
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyA description of the input source and the way the transform job consumes it.- Specified by:
getTransformInputin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getTransformOutput
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyIdentifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.- Specified by:
getTransformOutputin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getTransformResources
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyIdentifies the ML compute instances for the transform job.- Specified by:
getTransformResourcesin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getBatchStrategy
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyA string that determines the number of records included in a single mini-batch.SingleRecordmeans only one record is used per mini-batch.MultiRecordmeans a mini-batch is set to contain as many records that can fit within theMaxPayloadInMBlimit.- Specified by:
getBatchStrategyin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getEnvironment
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyThe environment variables to set in the Docker container.We support up to 16 key and values entries in the map.
- Specified by:
getEnvironmentin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getMaxConcurrentTransforms
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyThe maximum number of parallel requests that can be sent to each instance in a transform job.The default value is 1.
- Specified by:
getMaxConcurrentTransformsin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
getMaxPayloadInMb
Description copied from interface:CfnModelPackage.TransformJobDefinitionPropertyThe maximum payload size allowed, in MB.A payload is the data portion of a record (without metadata).
- Specified by:
getMaxPayloadInMbin interfaceCfnModelPackage.TransformJobDefinitionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-