Class: Aws::SageMaker::Types::MlflowAppSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of a listed MLflow App.

Returns:

  • (String)


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_timeTime

The creation time of a listed MLflow App.

Returns:

  • (Time)


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_timeTime

The last modified time of a listed MLflow App.

Returns:

  • (Time)


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_versionString

The version of a listed MLflow App.

Returns:

  • (String)


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

#nameString

The name of the MLflow App.

Returns:

  • (String)


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

#statusString

The status of the MLflow App.

Returns:

  • (String)


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