Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Defines the maximum number of characters in a SageMaker Batch Transform Resource name
MaxBatchTransformNameLength = 63
)
The HTTP message returned with HTTP code 400 if a DescribeTransformJob request cannot find the given transform job.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchTransformJobReconciler ¶
type BatchTransformJobReconciler struct { client.Client Log logr.Logger PollInterval time.Duration // contains filtered or unexported fields }
BatchTransformJobReconciler reconciles a BatchTransformJob object
func NewBatchTransformJobReconciler ¶
func NewBatchTransformJobReconciler(client client.Client, log logr.Logger, pollInterval time.Duration) *BatchTransformJobReconciler
Create a new reconciler with the default SageMaker client.
func (*BatchTransformJobReconciler) SetupWithManager ¶
func (r *BatchTransformJobReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.