Trainings.TrainingsCreateProjectDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
TrainingsCreateProjectDefinitionStages.WithExecute withClassificationType(String classificationType)

The type of classifier to create for this project. Possible values include: 'Multiclass', 'Multilabel'.

TrainingsCreateProjectDefinitionStages.WithExecute withDescription(String description)

The description of the project.

TrainingsCreateProjectDefinitionStages.WithExecute withDomainId(UUID domainId)

The id of the domain to use for this project. Defaults to General.

TrainingsCreateProjectDefinitionStages.WithExecute withTargetExportPlatforms(List<String> targetExportPlatforms)

List of platforms the trained model is intending exporting to.

Method Details

withClassificationType

public TrainingsCreateProjectDefinitionStages.WithExecute withClassificationType(String classificationType)

The type of classifier to create for this project. Possible values include: 'Multiclass', 'Multilabel'.

Parameters:

classificationType

Returns:

next definition stage

withDescription

public TrainingsCreateProjectDefinitionStages.WithExecute withDescription(String description)

The description of the project.

Parameters:

description

Returns:

next definition stage

withDomainId

public TrainingsCreateProjectDefinitionStages.WithExecute withDomainId(UUID domainId)

The id of the domain to use for this project. Defaults to General.

Parameters:

domainId

Returns:

next definition stage

withTargetExportPlatforms

public TrainingsCreateProjectDefinitionStages.WithExecute withTargetExportPlatforms(List targetExportPlatforms)

List of platforms the trained model is intending exporting to.

Parameters:

targetExportPlatforms

Returns:

next definition stage

Applies to