Interface ResourceConfig.Builder

    • Method Detail

      • 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, InstanceType
      • 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:
        InstanceType, InstanceType
      • 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.