Class CfnModelPackagePropsMixin.InferenceSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPackagePropsMixin.InferenceSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackagePropsMixin.InferenceSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPackagePropsMixin.InferenceSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackagePropsMixin.InferenceSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackagePropsMixin.InferenceSpecificationProperty
An implementation for
CfnModelPackagePropsMixin.InferenceSpecificationProperty-
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.CfnModelPackagePropsMixin.InferenceSpecificationProperty
CfnModelPackagePropsMixin.InferenceSpecificationProperty.Builder, CfnModelPackagePropsMixin.InferenceSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelPackagePropsMixin.InferenceSpecificationProperty.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 ObjectThe Amazon ECR registry path of the Docker image that contains the inference code.The supported MIME types for the input data.A list of the instance types that are used to generate inferences in real-time.The supported MIME types for the output data.A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.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 theCfnModelPackagePropsMixin.InferenceSpecificationProperty.Builder.
-
-
Method Details
-
getContainers
Description copied from interface:CfnModelPackagePropsMixin.InferenceSpecificationPropertyThe Amazon ECR registry path of the Docker image that contains the inference code.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelPackagePropsMixin.ModelPackageContainerDefinitionProperty>- Specified by:
getContainersin interfaceCfnModelPackagePropsMixin.InferenceSpecificationProperty- See Also:
-
getSupportedContentTypes
Description copied from interface:CfnModelPackagePropsMixin.InferenceSpecificationPropertyThe supported MIME types for the input data.- Specified by:
getSupportedContentTypesin interfaceCfnModelPackagePropsMixin.InferenceSpecificationProperty- See Also:
-
getSupportedRealtimeInferenceInstanceTypes
Description copied from interface:CfnModelPackagePropsMixin.InferenceSpecificationPropertyA list of the instance types that are used to generate inferences in real-time.This parameter is required for unversioned models, and optional for versioned models.
- Specified by:
getSupportedRealtimeInferenceInstanceTypesin interfaceCfnModelPackagePropsMixin.InferenceSpecificationProperty- See Also:
-
getSupportedResponseMimeTypes
Description copied from interface:CfnModelPackagePropsMixin.InferenceSpecificationPropertyThe supported MIME types for the output data.- Specified by:
getSupportedResponseMimeTypesin interfaceCfnModelPackagePropsMixin.InferenceSpecificationProperty- See Also:
-
getSupportedTransformInstanceTypes
Description copied from interface:CfnModelPackagePropsMixin.InferenceSpecificationPropertyA list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.This parameter is required for unversioned models, and optional for versioned models.
- Specified by:
getSupportedTransformInstanceTypesin interfaceCfnModelPackagePropsMixin.InferenceSpecificationProperty- 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()
-