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" SageMakerMpiEnableEnvVarName string = "sagemaker_mpi_enabled" )
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 (
ErrSagemaker = "SAGEMAKER_ERROR"
)
View Source
const ReconcilingTrainingJobStatus = "ReconcilingTrainingJob"
View Source
const ReconcilingTuningJobStatus = "ReconcilingTuningJob"
View Source
const (
TEXTCSVInputContentType string = "text/csv"
)
Variables ¶
This section is empty.
Functions ¶
func ToFloat64Ptr ¶
func ToInt64Ptr ¶
func ToStringPtr ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.