Class: Aws::SageMaker::Types::DescribeMlflowAppResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_default_statusString

Indicates whether this MLflow app is the default for the entire account.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the MLflow App.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_store_uriString

The S3 URI of the general purpose bucket used as the MLflow App artifact store.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The timestamp when the MLflow App was created.

Returns:

  • (Time)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#default_domain_id_listArray<String>

List of SageMaker Domain IDs for which this MLflow App is the default.

Returns:

  • (Array<String>)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The ID of the Amazon Web Services KMS key used to encrypt the data at rest associated with the MLflow App. This field is absent if the MLflow App is not encrypted with a customer-managed key.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the MLflow App was last modified.

Returns:

  • (Time)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_statusString

Current maintenance status of the MLflow App.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#mlflow_versionString

The MLflow version used.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_registration_modeString

Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the MLflow App.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current creation status of the described MLflow App.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end

#weekly_maintenance_window_startString

The day and time of the week when weekly maintenance occurs.

Returns:

  • (String)


21458
21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
21470
21471
21472
21473
21474
21475
21476
21477
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21458

class DescribeMlflowAppResponse < Struct.new(
  :arn,
  :name,
  :artifact_store_uri,
  :mlflow_version,
  :role_arn,
  :kms_key_id,
  :status,
  :model_registration_mode,
  :account_default_status,
  :default_domain_id_list,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :weekly_maintenance_window_start,
  :maintenance_status)
  SENSITIVE = []
  include Aws::Structure
end