Class CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty
An implementation for
CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty-
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.AdditionalInferenceSpecificationDefinitionProperty
CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Builder, CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.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.final StringA description of the additional Inference specification.final StringgetName()A unique name to identify the additional inference specification.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
protected Jsii$Proxy(CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty.Builder.
-
-
Method Details
-
getContainers
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyThe 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.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getDescription
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyA description of the additional Inference specification.- Specified by:
getDescriptionin interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getName
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyA unique name to identify the additional inference specification.The name must be unique within the list of your additional inference specifications for a particular model package.
- Specified by:
getNamein interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getSupportedContentTypes
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyThe supported MIME types for the input data.- Specified by:
getSupportedContentTypesin interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getSupportedRealtimeInferenceInstanceTypes
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyA list of the instance types that are used to generate inferences in real-time.- Specified by:
getSupportedRealtimeInferenceInstanceTypesin interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getSupportedResponseMimeTypes
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyThe supported MIME types for the output data.- Specified by:
getSupportedResponseMimeTypesin interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- See Also:
-
getSupportedTransformInstanceTypes
Description copied from interface:CfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionPropertyA list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.- Specified by:
getSupportedTransformInstanceTypesin interfaceCfnModelPackagePropsMixin.AdditionalInferenceSpecificationDefinitionProperty- 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()
-