run

package
v0.0.0-...-72fcd15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author

type Author struct {
}

type ComputeConfiguration

type ComputeConfiguration struct {
	Name string `json:"name"`
}

type Connection

type Connection struct {
	EndpointURL     string `json:"endpoint_url"`
	AccessKeyID     string `json:"access_key_id"`
	SecretAccessKey string `json:"secret_access_key"`
}

type Execution

type Execution struct {
	Command              string                `json:"command"`
	ComputeConfiguration *ComputeConfiguration `json:"compute_configuration"`
}

type Framework

type Framework struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

type ModelDefinition

type ModelDefinition struct {
	Framework      *Framework `json:"framework"`
	Name           string     `json:"name"`
	Author         *Author    `json:"author"`
	DefinitionHref string     `json:"definition_href"`
	Execution      *Execution `json:"execution"`
}

type Source

type Source struct {
	Bucket string `json:"bucket"`
}

type Target

type Target struct {
	Bucket string `json:"bucket"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL