Class CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
An implementation for
CfnModelPackage.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.services.sagemaker.CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder, CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelPackage.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(CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder.
-
-
Method Details
-
getContainers
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyThe Amazon ECR registry path of the Docker image that contains the inference code.- Specified by:
getContainersin interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getName
Description copied from interface:CfnModelPackage.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 interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getDescription
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyA description of the additional Inference specification.- Specified by:
getDescriptionin interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getSupportedContentTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyThe supported MIME types for the input data.- Specified by:
getSupportedContentTypesin interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getSupportedRealtimeInferenceInstanceTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyA list of the instance types that are used to generate inferences in real-time.- Specified by:
getSupportedRealtimeInferenceInstanceTypesin interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getSupportedResponseMimeTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyThe supported MIME types for the output data.- Specified by:
getSupportedResponseMimeTypesin interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
getSupportedTransformInstanceTypes
Description copied from interface:CfnModelPackage.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 interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
-
$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()
-