Interface ModelMetadataSummary.Builder

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

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

    • domain

      The machine learning domain of the model.

      Parameters:
      domain - The machine learning domain of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • framework

      ModelMetadataSummary.Builder framework(String framework)

      The machine learning framework of the model.

      Parameters:
      framework - The machine learning framework of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • task

      The machine learning task of the model.

      Parameters:
      task - The machine learning task of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • model

      The name of the model.

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

      ModelMetadataSummary.Builder frameworkVersion(String frameworkVersion)

      The framework version of the model.

      Parameters:
      frameworkVersion - The framework version of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.