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 (*ModelReconciler) SetupWithManager ¶
func (r *ModelReconciler) SetupWithManager(mgr ctrl.Manager) error
TODO add code that ignores status, metadata updates.
Click to show internal directories.
Click to hide internal directories.