Interface ModelRegisterSettings.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>
,SdkBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>
,SdkPojo
- Enclosing class:
- ModelRegisterSettings
public static interface ModelRegisterSettings.Builder extends SdkPojo, CopyableBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelRegisterSettings.Builder
crossAccountModelRegisterRoleArn(String crossAccountModelRegisterRoleArn)
The Amazon Resource Name (ARN) of the SageMaker model registry account.ModelRegisterSettings.Builder
status(String status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.ModelRegisterSettings.Builder
status(FeatureStatus status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
status
ModelRegisterSettings.Builder status(String status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
- Parameters:
status
- Describes whether the integration to the model registry is enabled or disabled in the Canvas application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
status
ModelRegisterSettings.Builder status(FeatureStatus status)
Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
- Parameters:
status
- Describes whether the integration to the model registry is enabled or disabled in the Canvas application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureStatus
,FeatureStatus
-
crossAccountModelRegisterRoleArn
ModelRegisterSettings.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-