Class: Aws::SageMaker::Types::CreateMlflowAppRequest

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)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_store_uriString

The S3 URI for a general purpose bucket to use as the MLflow App artifact store.

Returns:

  • (String)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_domain_id_listArray<String>

List of SageMaker domain IDs for which this MLflow App is used as the default.

Returns:

  • (Array<String>)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_registration_modeString

Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to AutoModelRegistrationEnabled. To disable automatic model registration, set this value to AutoModelRegistrationDisabled. If not specified, AutomaticModelRegistration defaults to AutoModelRegistrationDisabled.

Returns:

  • (String)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A string identifying the MLflow app name. This string is not part of the tracking server ARN.

Returns:

  • (String)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  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. The role should have the AmazonS3FullAccess permission.

Returns:

  • (String)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags consisting of key-value pairs used to manage metadata for the MLflow App.

Returns:



11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#weekly_maintenance_window_startString

The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.

Returns:

  • (String)


11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11719

class CreateMlflowAppRequest < Struct.new(
  :name,
  :artifact_store_uri,
  :role_arn,
  :model_registration_mode,
  :weekly_maintenance_window_start,
  :account_default_status,
  :default_domain_id_list,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end