Interface ModelVariantConfigSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>, SdkBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>, SdkPojo
Enclosing class:
ModelVariantConfigSummary

public static interface ModelVariantConfigSummary.Builder extends SdkPojo, CopyableBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>
  • Method Details

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

      default ModelVariantConfigSummary.Builder infrastructureConfig(Consumer<ModelInfrastructureConfig.Builder> infrastructureConfig)

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

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to infrastructureConfig(ModelInfrastructureConfig).

      Parameters:
      infrastructureConfig - a consumer that will call methods on ModelInfrastructureConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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: