Class CfnTransformJobMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJobMixinProps
@Stability(Stable)
@Internal
public static final class CfnTransformJobMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJobMixinProps
An implementation for
CfnTransformJobMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnTransformJobMixinProps
CfnTransformJobMixinProps.Builder, CfnTransformJobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJobMixinProps.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 StringSpecifies the number of records to include in a mini-batch for an HTTP inference request.final ObjectConfiguration to control how SageMaker captures inference data.final ObjectThe data structure used to specify the data to be used for inference in a batch transform job.final ObjectThe environment variables to set in the Docker container.final ObjectAssociates a SageMaker job as a trial component with an experiment and trial.final NumberThe maximum number of parallel requests that can be sent to each instance in a transform job.final NumberThe maximum allowed size of the payload, in MB.final ObjectConfigures the timeout and maximum number of retries for processing a transform job invocation.final StringThe name of the model that you want to use for the transform job.getTags()An array of key-value pairs.final ObjectDescribes the input source and the way the transform job consumes it.final ObjectDescribes the results of the transform job.final ObjectDescribes the resources, including ML instance types and ML instance count, to use 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 theCfnTransformJobMixinProps.Builder.
-
-
Method Details
-
getBatchStrategy
Description copied from interface:CfnTransformJobMixinPropsSpecifies the number of records to include in a mini-batch for an HTTP inference request.- Specified by:
getBatchStrategyin interfaceCfnTransformJobMixinProps- See Also:
-
getDataCaptureConfig
Description copied from interface:CfnTransformJobMixinPropsConfiguration to control how SageMaker captures inference data.Returns union: either
IResolvableorCfnTransformJobPropsMixin.DataCaptureConfigProperty- Specified by:
getDataCaptureConfigin interfaceCfnTransformJobMixinProps- See Also:
-
getDataProcessing
Description copied from interface:CfnTransformJobMixinPropsThe data structure used to specify the data to be used for inference in a batch transform job.Returns union: either
IResolvableorCfnTransformJobPropsMixin.DataProcessingProperty- Specified by:
getDataProcessingin interfaceCfnTransformJobMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnTransformJobMixinPropsThe environment variables to set in the Docker container.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getEnvironmentin interfaceCfnTransformJobMixinProps- See Also:
-
getExperimentConfig
Description copied from interface:CfnTransformJobMixinPropsAssociates a SageMaker job as a trial component with an experiment and trial.Returns union: either
IResolvableorCfnTransformJobPropsMixin.ExperimentConfigProperty- Specified by:
getExperimentConfigin interfaceCfnTransformJobMixinProps- See Also:
-
getMaxConcurrentTransforms
Description copied from interface:CfnTransformJobMixinPropsThe maximum number of parallel requests that can be sent to each instance in a transform job.- Specified by:
getMaxConcurrentTransformsin interfaceCfnTransformJobMixinProps- See Also:
-
getMaxPayloadInMb
Description copied from interface:CfnTransformJobMixinPropsThe maximum allowed size of the payload, in MB.- Specified by:
getMaxPayloadInMbin interfaceCfnTransformJobMixinProps- See Also:
-
getModelClientConfig
Description copied from interface:CfnTransformJobMixinPropsConfigures the timeout and maximum number of retries for processing a transform job invocation.Returns union: either
IResolvableorCfnTransformJobPropsMixin.ModelClientConfigProperty- Specified by:
getModelClientConfigin interfaceCfnTransformJobMixinProps- See Also:
-
getModelName
Description copied from interface:CfnTransformJobMixinPropsThe name of the model that you want to use for the transform job.- Specified by:
getModelNamein interfaceCfnTransformJobMixinProps- See Also:
-
getTags
Description copied from interface:CfnTransformJobMixinPropsAn array of key-value pairs.- Specified by:
getTagsin interfaceCfnTransformJobMixinProps- See Also:
-
getTransformInput
Description copied from interface:CfnTransformJobMixinPropsDescribes the input source and the way the transform job consumes it.Returns union: either
IResolvableorCfnTransformJobPropsMixin.TransformInputProperty- Specified by:
getTransformInputin interfaceCfnTransformJobMixinProps- See Also:
-
getTransformOutput
Description copied from interface:CfnTransformJobMixinPropsDescribes the results of the transform job.Returns union: either
IResolvableorCfnTransformJobPropsMixin.TransformOutputProperty- Specified by:
getTransformOutputin interfaceCfnTransformJobMixinProps- See Also:
-
getTransformResources
Description copied from interface:CfnTransformJobMixinPropsDescribes the resources, including ML instance types and ML instance count, to use for the transform job.Returns union: either
IResolvableorCfnTransformJobPropsMixin.TransformResourcesProperty- Specified by:
getTransformResourcesin interfaceCfnTransformJobMixinProps- See Also:
-
$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()
-