Class: Aws::SageMaker::Types::CreatePresignedMlflowAppUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePresignedMlflowAppUrlRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the MLflow App to connect to your MLflow UI.
-
#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 presigned URL is valid.
Instance Attribute Details
#arn ⇒ String
The ARN of the MLflow App to connect to your MLflow UI.
12155 12156 12157 12158 12159 12160 12161 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12155 class CreatePresignedMlflowAppUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |
#expires_in_seconds ⇒ Integer
The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
12155 12156 12157 12158 12159 12160 12161 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12155 class CreatePresignedMlflowAppUrlRequest < Struct.new( :arn, :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 presigned URL is valid. The presigned URL can be used only once.
12155 12156 12157 12158 12159 12160 12161 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12155 class CreatePresignedMlflowAppUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |