@Stability(value=Stable) public static final class CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder containers(IResolvable containers)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getContainers()containers - The Amazon ECR registry path of the Docker image that contains the inference code. This parameter is required.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder containers(List<? extends Object> containers)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getContainers()containers - The Amazon ECR registry path of the Docker image that contains the inference code. This parameter is required.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder name(String name)
name - A unique name to identify the additional inference specification. This parameter is required.
The name must be unique within the list of your additional inference specifications for a particular model package.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder description(String description)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getDescription()description - A description of the additional Inference specification.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder supportedContentTypes(List<String> supportedContentTypes)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getSupportedContentTypes()supportedContentTypes - The supported MIME types for the input data.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder supportedRealtimeInferenceInstanceTypes(List<String> supportedRealtimeInferenceInstanceTypes)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getSupportedRealtimeInferenceInstanceTypes()supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder supportedResponseMimeTypes(List<String> supportedResponseMimeTypes)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getSupportedResponseMimeTypes()supportedResponseMimeTypes - The supported MIME types for the output data.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.Builder supportedTransformInstanceTypes(List<String> supportedTransformInstanceTypes)
CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty.getSupportedTransformInstanceTypes()supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.this@Stability(value=Stable) public CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty>CfnModelPackage.AdditionalInferenceSpecificationDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.