Interface ModelVariantConfigSummary.Builder

    • Method Detail

      • modelName

        ModelVariantConfigSummary.Builder modelName​(String modelName)

        The name of the Amazon SageMaker Model entity.

        Parameters:
        modelName - The name of the Amazon SageMaker Model entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variantName

        ModelVariantConfigSummary.Builder variantName​(String variantName)

        The name of the variant.

        Parameters:
        variantName - The name of the variant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • infrastructureConfig

        ModelVariantConfigSummary.Builder infrastructureConfig​(ModelInfrastructureConfig infrastructureConfig)

        The configuration of the infrastructure that the model has been deployed to.

        Parameters:
        infrastructureConfig - The configuration of the infrastructure that the model has been deployed to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ModelVariantConfigSummary.Builder status​(String status)

        The status of deployment for the model variant on the hosted inference endpoint.

        • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

        • InService - The model variant is running on the hosted inference endpoint.

        • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

        • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

        • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

        Parameters:
        status - The status of deployment for the model variant on the hosted inference endpoint.

        • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

        • InService - The model variant is running on the hosted inference endpoint.

        • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

        • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

        • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelVariantStatus, ModelVariantStatus
      • status

        ModelVariantConfigSummary.Builder status​(ModelVariantStatus status)

        The status of deployment for the model variant on the hosted inference endpoint.

        • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

        • InService - The model variant is running on the hosted inference endpoint.

        • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

        • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

        • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

        Parameters:
        status - The status of deployment for the model variant on the hosted inference endpoint.

        • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

        • InService - The model variant is running on the hosted inference endpoint.

        • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

        • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

        • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelVariantStatus, ModelVariantStatus