ToolTypeSettings.Caffe.DefinitionStages.WithFileType<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithFileType

Specifies the path and file name of the python script to execute the job or the path of the config file.

Method Summary

Modifier and Type Method and Description
ToolTypeSettings.Caffe.DefinitionStages.WithAttach<ParentT> withConfigFile(String configFilePath)
ToolTypeSettings.Caffe.DefinitionStages.WithAttachAndPythonInterpreter<ParentT> withPythonScriptFile(String pythonScriptFilePath)

Specifies the path and file name of the python script to execute the job.

Method Details

withConfigFile

public WithAttach withConfigFile(String configFilePath)

Parameters:

configFilePath - the path of the config file

Returns:

the next stage of the definition

withPythonScriptFile

public WithAttachAndPythonInterpreter withPythonScriptFile(String pythonScriptFilePath)

Specifies the path and file name of the python script to execute the job.

Parameters:

pythonScriptFilePath - the path of script

Returns:

the next stage of the definition

Applies to