public static final class CfnModelPackage.InferenceSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelPackage.InferenceSpecificationProperty
CfnModelPackage.InferenceSpecificationProperty
CfnModelPackage.InferenceSpecificationProperty.Builder, CfnModelPackage.InferenceSpecificationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getContainers()
The Amazon ECR registry path of the Docker image that contains the inference code.
|
java.util.List<java.lang.String> |
getSupportedContentTypes()
The supported MIME types for the input data.
|
java.util.List<java.lang.String> |
getSupportedRealtimeInferenceInstanceTypes()
A list of the instance types that are used to generate inferences in real-time.
|
java.util.List<java.lang.String> |
getSupportedResponseMimeTypes()
The supported MIME types for the output data.
|
java.util.List<java.lang.String> |
getSupportedTransformInstanceTypes()
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getContainers()
CfnModelPackage.InferenceSpecificationProperty
getContainers
in interface CfnModelPackage.InferenceSpecificationProperty
public final java.util.List<java.lang.String> getSupportedContentTypes()
CfnModelPackage.InferenceSpecificationProperty
getSupportedContentTypes
in interface CfnModelPackage.InferenceSpecificationProperty
public final java.util.List<java.lang.String> getSupportedResponseMimeTypes()
CfnModelPackage.InferenceSpecificationProperty
getSupportedResponseMimeTypes
in interface CfnModelPackage.InferenceSpecificationProperty
public final java.util.List<java.lang.String> getSupportedRealtimeInferenceInstanceTypes()
CfnModelPackage.InferenceSpecificationProperty
This parameter is required for unversioned models, and optional for versioned models.
getSupportedRealtimeInferenceInstanceTypes
in interface CfnModelPackage.InferenceSpecificationProperty
public final java.util.List<java.lang.String> getSupportedTransformInstanceTypes()
CfnModelPackage.InferenceSpecificationProperty
This parameter is required for unversioned models, and optional for versioned models.
getSupportedTransformInstanceTypes
in interface CfnModelPackage.InferenceSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()