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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 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.
37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37592 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |