Class: Aws::SageMaker::Types::CreatePresignedMlflowTrackingServerUrlRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CreatePresignedMlflowTrackingServerUrlRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #expires_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The duration in seconds that your presigned URL is valid.
 - 
  
    
      #session_expiration_duration_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The duration in seconds that your MLflow UI session is valid.
 - 
  
    
      #tracking_server_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tracking server to connect to your MLflow UI.
 
Instance Attribute Details
#expires_in_seconds ⇒ Integer
The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
      9805 9806 9807 9808 9809 9810 9811  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9805 class CreatePresignedMlflowTrackingServerUrlRequest < Struct.new( :tracking_server_name, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#session_expiration_duration_in_seconds ⇒ Integer
The duration in seconds that your MLflow UI session is valid.
      9805 9806 9807 9808 9809 9810 9811  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9805 class CreatePresignedMlflowTrackingServerUrlRequest < Struct.new( :tracking_server_name, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#tracking_server_name ⇒ String
The name of the tracking server to connect to your MLflow UI.
      9805 9806 9807 9808 9809 9810 9811  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 9805 class CreatePresignedMlflowTrackingServerUrlRequest < Struct.new( :tracking_server_name, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end  |