model

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Status to indicate that the desired model has been created in SageMaker.
	CreatedStatus = "Created"

	// Status to indicate that the desired model has been deleted in SageMaker.
	DeletedStatus = "Deleted"

	// Defines the maximum number of characters in a SageMaker Model SubResource name
	MaxModelNameLength = 63

	// Defines the default value for ContainerDefinition Mode
	DefaultContainerDefinitionMode = "SingleModel"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelReconciler

type ModelReconciler struct {
	client.Client
	Log          logr.Logger
	PollInterval time.Duration
	// contains filtered or unexported fields
}

ModelReconciler reconciles a Model object

func NewModelReconciler

func NewModelReconciler(client client.Client, log logr.Logger, pollInterval time.Duration) *ModelReconciler

func (*ModelReconciler) Reconcile

func (r *ModelReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*ModelReconciler) SetupWithManager

func (r *ModelReconciler) SetupWithManager(mgr ctrl.Manager) error

TODO add code that ignores status, metadata updates.

Jump to

Keyboard shortcuts

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