Interface ResourceConfig.Builder

  • Method Details

    • instanceCount

      ResourceConfig.Builder instanceCount(Integer instanceCount)

      The number of resources that are used to train the model.

      Parameters:
      instanceCount - The number of resources that are used to train the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceType

      ResourceConfig.Builder instanceType(String instanceType)

      The instance type that is used to train the model.

      Parameters:
      instanceType - The instance type that is used to train the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceType

      ResourceConfig.Builder instanceType(InstanceType instanceType)

      The instance type that is used to train the model.

      Parameters:
      instanceType - The instance type that is used to train the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • volumeSizeInGB

      ResourceConfig.Builder volumeSizeInGB(Integer volumeSizeInGB)

      The maximum size of the instance that is used to train the model.

      Parameters:
      volumeSizeInGB - The maximum size of the instance that is used to train the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.