public static interface ModelRegisterSettings.Builder extends SdkPojo, CopyableBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>
| Modifier and Type | Method and Description |
|---|---|
ModelRegisterSettings.Builder |
crossAccountModelRegisterRoleArn(String crossAccountModelRegisterRoleArn)
The Amazon Resource Name (ARN) of the SageMaker model registry account.
|
ModelRegisterSettings.Builder |
status(FeatureStatus status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
|
ModelRegisterSettings.Builder |
status(String status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelRegisterSettings.Builder status(String status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
status - Describes whether the integration to the model registry is enabled or disabled in the Canvas
application.FeatureStatus,
FeatureStatusModelRegisterSettings.Builder status(FeatureStatus status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
status - Describes whether the integration to the model registry is enabled or disabled in the Canvas
application.FeatureStatus,
FeatureStatusModelRegisterSettings.Builder crossAccountModelRegisterRoleArn(String crossAccountModelRegisterRoleArn)
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.
crossAccountModelRegisterRoleArn - 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.Copyright © 2023. All rights reserved.