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.
9233 9234 9235 9236 9237 9238 9239 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233 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.
9233 9234 9235 9236 9237 9238 9239 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233 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.
9233 9234 9235 9236 9237 9238 9239 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9233 class CreatePresignedMlflowTrackingServerUrlRequest < Struct.new( :tracking_server_name, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |