Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeConfiguration ¶
type ComputeConfiguration struct {
Name string `json:"name"`
}
type Connection ¶
type Execution ¶
type Execution struct { Command string `json:"command"` ComputeConfiguration *ComputeConfiguration `json:"compute_configuration"` }
type ModelDefinition ¶
type TrainingDataReference ¶
type TrainingDataReference struct { Connection *Connection `json:"connection"` Source *Source `json:"source"` Type string `json:"type"` }
type TrainingResultsReference ¶
type TrainingResultsReference struct { Connection *Connection `json:"connection"` Target *Target `json:"target"` Type string `json:"type"` }
type TrainingRun ¶
type TrainingRun struct { ModelDefinition *ModelDefinition `json:"model_definition"` TrainingDataReference *TrainingDataReference `json:"training_data_reference"` TrainingResultsReference *TrainingResultsReference `json:"training_results_reference"` }
Click to show internal directories.
Click to hide internal directories.