Class: Aws::SageMaker::Types::ModelRegisterSettings

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

Overview

The model registry settings for the SageMaker Canvas application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_model_register_role_arnString

The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.

Returns:

  • (String)


32084
32085
32086
32087
32088
32089
# File 'lib/aws-sdk-sagemaker/types.rb', line 32084

class ModelRegisterSettings < Struct.new(
  :status,
  :cross_account_model_register_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

Returns:

  • (String)


32084
32085
32086
32087
32088
32089
# File 'lib/aws-sdk-sagemaker/types.rb', line 32084

class ModelRegisterSettings < Struct.new(
  :status,
  :cross_account_model_register_role_arn)
  SENSITIVE = []
  include Aws::Structure
end