JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class AdditionalInferenceSpecificationDefinition

    • Constructor Detail

      • AdditionalInferenceSpecificationDefinition

        public AdditionalInferenceSpecificationDefinition()
    • Method Detail

      • setName

        public void setName(String name)

        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.

        Parameters:
        name - 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.
      • getName

        public String getName()

        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.

        Returns:
        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.
      • withName

        public AdditionalInferenceSpecificationDefinition withName(String name)

        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.

        Parameters:
        name - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the additional Inference specification

        Parameters:
        description - A description of the additional Inference specification
      • getDescription

        public String getDescription()

        A description of the additional Inference specification

        Returns:
        A description of the additional Inference specification
      • withDescription

        public AdditionalInferenceSpecificationDefinition withDescription(String description)

        A description of the additional Inference specification

        Parameters:
        description - A description of the additional Inference specification
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getContainers

        public List<ModelPackageContainerDefinition> getContainers()

        The Amazon ECR registry path of the Docker image that contains the inference code.

        Returns:
        The Amazon ECR registry path of the Docker image that contains the inference code.
      • setContainers

        public void setContainers(Collection<ModelPackageContainerDefinition> containers)

        The Amazon ECR registry path of the Docker image that contains the inference code.

        Parameters:
        containers - The Amazon ECR registry path of the Docker image that contains the inference code.
      • withContainers

        public AdditionalInferenceSpecificationDefinition withContainers(Collection<ModelPackageContainerDefinition> containers)

        The Amazon ECR registry path of the Docker image that contains the inference code.

        Parameters:
        containers - The Amazon ECR registry path of the Docker image that contains the inference code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedTransformInstanceTypes

        public List<String> getSupportedTransformInstanceTypes()

        A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

        Returns:
        A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
        See Also:
        TransformInstanceType
      • setSupportedTransformInstanceTypes

        public void setSupportedTransformInstanceTypes(Collection<String> supportedTransformInstanceTypes)

        A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

        Parameters:
        supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
        See Also:
        TransformInstanceType
      • withSupportedTransformInstanceTypes

        public AdditionalInferenceSpecificationDefinition withSupportedTransformInstanceTypes(Collection<String> supportedTransformInstanceTypes)

        A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

        Parameters:
        supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TransformInstanceType
      • withSupportedTransformInstanceTypes

        public AdditionalInferenceSpecificationDefinition withSupportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)

        A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

        Parameters:
        supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TransformInstanceType
      • getSupportedRealtimeInferenceInstanceTypes

        public List<String> getSupportedRealtimeInferenceInstanceTypes()

        A list of the instance types that are used to generate inferences in real-time.

        Returns:
        A list of the instance types that are used to generate inferences in real-time.
        See Also:
        ProductionVariantInstanceType
      • setSupportedRealtimeInferenceInstanceTypes

        public void setSupportedRealtimeInferenceInstanceTypes(Collection<String> supportedRealtimeInferenceInstanceTypes)

        A list of the instance types that are used to generate inferences in real-time.

        Parameters:
        supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.
        See Also:
        ProductionVariantInstanceType
      • withSupportedRealtimeInferenceInstanceTypes

        public AdditionalInferenceSpecificationDefinition withSupportedRealtimeInferenceInstanceTypes(Collection<String> supportedRealtimeInferenceInstanceTypes)

        A list of the instance types that are used to generate inferences in real-time.

        Parameters:
        supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProductionVariantInstanceType
      • withSupportedRealtimeInferenceInstanceTypes

        public AdditionalInferenceSpecificationDefinition withSupportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)

        A list of the instance types that are used to generate inferences in real-time.

        Parameters:
        supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProductionVariantInstanceType
      • getSupportedContentTypes

        public List<String> getSupportedContentTypes()

        The supported MIME types for the input data.

        Returns:
        The supported MIME types for the input data.
      • setSupportedContentTypes

        public void setSupportedContentTypes(Collection<String> supportedContentTypes)

        The supported MIME types for the input data.

        Parameters:
        supportedContentTypes - The supported MIME types for the input data.
      • withSupportedContentTypes

        public AdditionalInferenceSpecificationDefinition withSupportedContentTypes(Collection<String> supportedContentTypes)

        The supported MIME types for the input data.

        Parameters:
        supportedContentTypes - The supported MIME types for the input data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSupportedResponseMIMETypes

        public List<String> getSupportedResponseMIMETypes()

        The supported MIME types for the output data.

        Returns:
        The supported MIME types for the output data.
      • setSupportedResponseMIMETypes

        public void setSupportedResponseMIMETypes(Collection<String> supportedResponseMIMETypes)

        The supported MIME types for the output data.

        Parameters:
        supportedResponseMIMETypes - The supported MIME types for the output data.
      • withSupportedResponseMIMETypes

        public AdditionalInferenceSpecificationDefinition withSupportedResponseMIMETypes(Collection<String> supportedResponseMIMETypes)

        The supported MIME types for the output data.

        Parameters:
        supportedResponseMIMETypes - The supported MIME types for the output data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /