Interface AdditionalInferenceSpecificationDefinition.Builder

  • Method Details

    • 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.
    • 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.
    • 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.
    • 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.
    • containers

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

      This is a convenience method that creates an instance of the ModelPackageContainerDefinition.Builder avoiding the need to create one manually via ModelPackageContainerDefinition.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to containers(List<ModelPackageContainerDefinition>).

      Parameters:
      containers - a consumer that will call methods on ModelPackageContainerDefinition.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supportedTransformInstanceTypesWithStrings

      AdditionalInferenceSpecificationDefinition.Builder supportedTransformInstanceTypesWithStrings(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.
    • supportedTransformInstanceTypesWithStrings

      AdditionalInferenceSpecificationDefinition.Builder supportedTransformInstanceTypesWithStrings(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.
    • supportedTransformInstanceTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedTransformInstanceTypes(Collection<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.
    • supportedTransformInstanceTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedTransformInstanceTypes(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.
    • supportedRealtimeInferenceInstanceTypesWithStrings

      AdditionalInferenceSpecificationDefinition.Builder supportedRealtimeInferenceInstanceTypesWithStrings(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.
    • supportedRealtimeInferenceInstanceTypesWithStrings

      AdditionalInferenceSpecificationDefinition.Builder supportedRealtimeInferenceInstanceTypesWithStrings(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.
    • supportedRealtimeInferenceInstanceTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedRealtimeInferenceInstanceTypes(Collection<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.
    • supportedRealtimeInferenceInstanceTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedRealtimeInferenceInstanceTypes(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.
    • supportedContentTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedContentTypes(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.
    • supportedContentTypes

      AdditionalInferenceSpecificationDefinition.Builder supportedContentTypes(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.
    • supportedResponseMIMETypes

      AdditionalInferenceSpecificationDefinition.Builder supportedResponseMIMETypes(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.
    • supportedResponseMIMETypes

      AdditionalInferenceSpecificationDefinition.Builder supportedResponseMIMETypes(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.