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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder, CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The Amazon ECR registry path of the Docker image that contains the inference code.final String
A description of the additional Inference specification.final String
getName()
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 int
hashCode()
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.AdditionalInferenceSpecificationDefinitionProperty
The Amazon ECR registry path of the Docker image that contains the inference code.- Specified by:
getContainers
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getName
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
A 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:
getName
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getDescription
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
A description of the additional Inference specification.- Specified by:
getDescription
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getSupportedContentTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
The supported MIME types for the input data.- Specified by:
getSupportedContentTypes
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getSupportedRealtimeInferenceInstanceTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
A list of the instance types that are used to generate inferences in real-time.- Specified by:
getSupportedRealtimeInferenceInstanceTypes
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getSupportedResponseMimeTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
The supported MIME types for the output data.- Specified by:
getSupportedResponseMimeTypes
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
getSupportedTransformInstanceTypes
Description copied from interface:CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.- Specified by:
getSupportedTransformInstanceTypes
in interfaceCfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-