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.
11997 11998 11999 12000 12001 12002 12003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997 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.
11997 11998 11999 12000 12001 12002 12003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997 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.
11997 11998 11999 12000 12001 12002 12003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11997 class CreatePresignedMlflowAppUrlRequest < Struct.new( :arn, :expires_in_seconds, :session_expiration_duration_in_seconds) SENSITIVE = [] include Aws::Structure end |