class ExecutionTemplate extends Model (View source)

Properties

protected $acceleratorConfigType
protected $acceleratorConfigDataType
$acceleratorConfig
string $containerImageUri
protected $dataprocParametersType
protected $dataprocParametersDataType
$dataprocParameters
string $inputNotebookFile
string $jobType
string $kernelSpec
string[] $labels
string $masterType
string $outputNotebookFolder
string $parameters
string $paramsYamlFile
string $scaleTier
string $serviceAccount
string $tensorboard
protected $vertexAiParametersType
protected $vertexAiParametersDataType
$vertexAiParameters

Methods

setAcceleratorConfig(SchedulerAcceleratorConfig $acceleratorConfig)

No description

setContainerImageUri($containerImageUri)

No description

string
getContainerImageUri()

No description

setDataprocParameters(DataprocParameters $dataprocParameters)

No description

setInputNotebookFile($inputNotebookFile)

No description

string
getInputNotebookFile()

No description

setJobType($jobType)

No description

string
getJobType()

No description

setKernelSpec($kernelSpec)

No description

string
getKernelSpec()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setMasterType($masterType)

No description

string
getMasterType()

No description

setOutputNotebookFolder($outputNotebookFolder)

No description

string
getOutputNotebookFolder()

No description

setParameters($parameters)

No description

string
getParameters()

No description

setParamsYamlFile($paramsYamlFile)

No description

string
getParamsYamlFile()

No description

setScaleTier($scaleTier)

No description

string
getScaleTier()

No description

setServiceAccount($serviceAccount)

No description

string
getServiceAccount()

No description

setTensorboard($tensorboard)

No description

string
getTensorboard()

No description

setVertexAiParameters(VertexAIParameters $vertexAiParameters)

No description

Details

setAcceleratorConfig(SchedulerAcceleratorConfig $acceleratorConfig)

No description

Parameters

SchedulerAcceleratorConfig $acceleratorConfig

SchedulerAcceleratorConfig getAcceleratorConfig()

No description

setContainerImageUri($containerImageUri)

No description

Parameters

$containerImageUri

string getContainerImageUri()

No description

Return Value

string

setDataprocParameters(DataprocParameters $dataprocParameters)

No description

Parameters

DataprocParameters $dataprocParameters

DataprocParameters getDataprocParameters()

No description

Return Value

DataprocParameters

setInputNotebookFile($inputNotebookFile)

No description

Parameters

$inputNotebookFile

string getInputNotebookFile()

No description

Return Value

string

setJobType($jobType)

No description

Parameters

$jobType

string getJobType()

No description

Return Value

string

setKernelSpec($kernelSpec)

No description

Parameters

$kernelSpec

string getKernelSpec()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setMasterType($masterType)

No description

Parameters

$masterType

string getMasterType()

No description

Return Value

string

setOutputNotebookFolder($outputNotebookFolder)

No description

Parameters

$outputNotebookFolder

string getOutputNotebookFolder()

No description

Return Value

string

setParameters($parameters)

No description

Parameters

$parameters

string getParameters()

No description

Return Value

string

setParamsYamlFile($paramsYamlFile)

No description

Parameters

$paramsYamlFile

string getParamsYamlFile()

No description

Return Value

string

setScaleTier($scaleTier)

No description

Parameters

$scaleTier

string getScaleTier()

No description

Return Value

string

setServiceAccount($serviceAccount)

No description

Parameters

$serviceAccount

string getServiceAccount()

No description

Return Value

string

setTensorboard($tensorboard)

No description

Parameters

$tensorboard

string getTensorboard()

No description

Return Value

string

setVertexAiParameters(VertexAIParameters $vertexAiParameters)

No description

Parameters

VertexAIParameters $vertexAiParameters

VertexAIParameters getVertexAiParameters()

No description

Return Value

VertexAIParameters