Class: Aws::SageMaker::Types::MlflowAppSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MlflowAppSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The summary of the Mlflow App to list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of a listed MLflow App.
-
#creation_time ⇒ Time
The creation time of a listed MLflow App.
-
#last_modified_time ⇒ Time
The last modified time of a listed MLflow App.
-
#mlflow_version ⇒ String
The version of a listed MLflow App.
-
#name ⇒ String
The name of the MLflow App.
-
#status ⇒ String
The status of the MLflow App.
Instance Attribute Details
#arn ⇒ String
The ARN of a listed MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of a listed MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time of a listed MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |
#mlflow_version ⇒ String
The version of a listed MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the MLflow App.
37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37417 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |