Interface UpdateMlflowAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMlflowAppRequest.Builder,,UpdateMlflowAppRequest> SageMakerRequest.Builder,SdkBuilder<UpdateMlflowAppRequest.Builder,,UpdateMlflowAppRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateMlflowAppRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountDefaultStatus(String accountDefaultStatus) Indicates whether this this MLflow App is the default for the account.accountDefaultStatus(AccountDefaultStatus accountDefaultStatus) Indicates whether this this MLflow App is the default for the account.The ARN of the MLflow App to update.artifactStoreUri(String artifactStoreUri) The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.defaultDomainIdList(String... defaultDomainIdList) List of SageMaker Domain IDs for which this MLflow App is the default.defaultDomainIdList(Collection<String> defaultDomainIdList) List of SageMaker Domain IDs for which this MLflow App is the default.modelRegistrationMode(String modelRegistrationMode) Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.modelRegistrationMode(ModelRegistrationMode modelRegistrationMode) Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.The name of the MLflow App to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) The new weekly maintenance window start day and time to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The ARN of the MLflow App to update.
- Parameters:
arn- The ARN of the MLflow App to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the MLflow App to update.
- Parameters:
name- The name of the MLflow App to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStoreUri
The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.
- Parameters:
artifactStoreUri- The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelRegistrationMode
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 toAutoModelRegistrationDisabled. If not specified,AutomaticModelRegistrationdefaults toAutoModelRegistrationEnabled- Parameters:
modelRegistrationMode- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value toAutoModelRegistrationEnabled. To disable automatic model registration, set this value toAutoModelRegistrationDisabled. If not specified,AutomaticModelRegistrationdefaults toAutoModelRegistrationEnabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelRegistrationMode
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 toAutoModelRegistrationDisabled. If not specified,AutomaticModelRegistrationdefaults toAutoModelRegistrationEnabled- Parameters:
modelRegistrationMode- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value toAutoModelRegistrationEnabled. To disable automatic model registration, set this value toAutoModelRegistrationDisabled. If not specified,AutomaticModelRegistrationdefaults toAutoModelRegistrationEnabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
weeklyMaintenanceWindowStart
The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.
- Parameters:
weeklyMaintenanceWindowStart- The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultDomainIdList
List of SageMaker Domain IDs for which this MLflow App is the default.
- Parameters:
defaultDomainIdList- List of SageMaker Domain IDs for which this MLflow App is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultDomainIdList
List of SageMaker Domain IDs for which this MLflow App is the default.
- Parameters:
defaultDomainIdList- List of SageMaker Domain IDs for which this MLflow App is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountDefaultStatus
Indicates whether this this MLflow App is the default for the account.
- Parameters:
accountDefaultStatus- Indicates whether this this MLflow App is the default for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountDefaultStatus
Indicates whether this this MLflow App is the default for the account.
- Parameters:
accountDefaultStatus- Indicates whether this this MLflow App is the default for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateMlflowAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateMlflowAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-