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