sagemaker

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2020 License: Apache-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlyteSageMakerEnvVarKeyPrefix         string = "__FLYTE_ENV_VAR_"
	FlyteSageMakerKeySuffix               string = "__"
	FlyteSageMakerCmdKeyPrefix            string = "__FLYTE_CMD_"
	FlyteSageMakerCmdDummyValue           string = "__FLYTE_CMD_DUMMY_VALUE__"
	FlyteSageMakerEnvVarKeyStatsdDisabled string = "FLYTE_STATSD_DISABLED"
)
View Source
const (
	TrainingJobOutputPathSubDir    = "training_outputs"
	HyperparameterOutputPathSubDir = "hyperparameter_tuning_outputs"
)
View Source
const (
	// These constants are the default input channel names for built-in algorithms
	// When dealing with built-in algorithm training tasks, the plugin would assume these inputs exist and
	// access these keys in the input literal map
	// The same keys (except for the static hyperparameter key) would also be used when filling out the inputDataConfig fields of the CRD
	TrainPredefinedInputVariable                 = "train"
	ValidationPredefinedInputVariable            = "validation"
	StaticHyperparametersPredefinedInputVariable = "static_hyperparameters"
)
View Source
const (
	CloudWatchLogLinkName                    = "CloudWatch Logs"
	TrainingJobSageMakerLinkName             = "SageMaker Built-in Algorithm Training Job"
	CustomTrainingJobSageMakerLinkName       = "SageMaker Custom Training Job"
	HyperparameterTuningJobSageMakerLinkName = "SageMaker Hyperparameter Tuning Job"
)
View Source
const (
	TEXTCSVInputContentType string = "text/csv"
)

Variables

This section is empty.

Functions

func ToFloat64Ptr

func ToFloat64Ptr(f float64) *float64

func ToInt64Ptr

func ToInt64Ptr(i int64) *int64

func ToIntPtr

func ToIntPtr(i int) *int

func ToStringPtr

func ToStringPtr(str string) *string

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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