Class: Aws::SageMaker::Types::UpdateMlflowTrackingServerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateMlflowTrackingServerRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #artifact_store_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
 - 
  
    
      #automatic_model_registration  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
 - 
  
    
      #tracking_server_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the MLflow Tracking Server to update.
 - 
  
    
      #tracking_server_size  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new size for the MLflow Tracking Server.
 - 
  
    
      #weekly_maintenance_window_start  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new weekly maintenance window start day and time to update.
 
Instance Attribute Details
#artifact_store_uri ⇒ String
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.
      48696 48697 48698 48699 48700 48701 48702 48703 48704  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48696 class UpdateMlflowTrackingServerRequest < Struct.new( :tracking_server_name, :artifact_store_uri, :tracking_server_size, :automatic_model_registration, :weekly_maintenance_window_start) SENSITIVE = [] include Aws::Structure end  | 
  
#automatic_model_registration ⇒ Boolean
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to ‘True`. To disable automatic model registration, set this value to `False`. If not specified, `AutomaticModelRegistration` defaults to `False`
      48696 48697 48698 48699 48700 48701 48702 48703 48704  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48696 class UpdateMlflowTrackingServerRequest < Struct.new( :tracking_server_name, :artifact_store_uri, :tracking_server_size, :automatic_model_registration, :weekly_maintenance_window_start) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_name ⇒ String
The name of the MLflow Tracking Server to update.
      48696 48697 48698 48699 48700 48701 48702 48703 48704  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48696 class UpdateMlflowTrackingServerRequest < Struct.new( :tracking_server_name, :artifact_store_uri, :tracking_server_size, :automatic_model_registration, :weekly_maintenance_window_start) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_size ⇒ String
The new size for the MLflow Tracking Server.
      48696 48697 48698 48699 48700 48701 48702 48703 48704  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48696 class UpdateMlflowTrackingServerRequest < Struct.new( :tracking_server_name, :artifact_store_uri, :tracking_server_size, :automatic_model_registration, :weekly_maintenance_window_start) SENSITIVE = [] include Aws::Structure end  | 
  
#weekly_maintenance_window_start ⇒ String
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
      48696 48697 48698 48699 48700 48701 48702 48703 48704  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48696 class UpdateMlflowTrackingServerRequest < Struct.new( :tracking_server_name, :artifact_store_uri, :tracking_server_size, :automatic_model_registration, :weekly_maintenance_window_start) SENSITIVE = [] include Aws::Structure end  |