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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 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.
37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37266 class MlflowAppSummary < Struct.new( :arn, :name, :status, :creation_time, :last_modified_time, :mlflow_version) SENSITIVE = [] include Aws::Structure end |