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 volume size of the instance that is used to train the model. Please see EC2 volume limit for volume size limitations on different instance types.

      Parameters:
      volumeSizeInGB - The volume size of the instance that is used to train the model. Please see EC2 volume limit for volume size limitations on different instance types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.