Class: Aws::SageMaker::Types::ModelRegisterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelRegisterSettings
- 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
-
#cross_account_model_register_role_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker model registry account.
-
#status ⇒ String
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
Instance Attribute Details
#cross_account_model_register_role_arn ⇒ String
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.
33905 33906 33907 33908 33909 33910 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33905 class ModelRegisterSettings < Struct.new( :status, :cross_account_model_register_role_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
33905 33906 33907 33908 33909 33910 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33905 class ModelRegisterSettings < Struct.new( :status, :cross_account_model_register_role_arn) SENSITIVE = [] include Aws::Structure end |