Interface UpdateMlflowTrackingServerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateMlflowTrackingServerRequest.Builder,,UpdateMlflowTrackingServerRequest> SageMakerRequest.Builder,SdkBuilder<UpdateMlflowTrackingServerRequest.Builder,,UpdateMlflowTrackingServerRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateMlflowTrackingServerRequest
-
Method Summary
Modifier and TypeMethodDescriptionartifactStoreUri(String artifactStoreUri) The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.automaticModelRegistration(Boolean automaticModelRegistration) Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.s3BucketOwnerAccountId(String s3BucketOwnerAccountId) The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.s3BucketOwnerVerification(Boolean s3BucketOwnerVerification) Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.trackingServerName(String trackingServerName) The name of the MLflow Tracking Server to update.trackingServerSize(String trackingServerSize) The new size for the MLflow Tracking Server.trackingServerSize(TrackingServerSize trackingServerSize) The new size for the MLflow Tracking Server.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
-
trackingServerName
The name of the MLflow Tracking Server to update.
- Parameters:
trackingServerName- The name of the MLflow Tracking Server 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 Tracking Server.
- Parameters:
artifactStoreUri- The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingServerSize
The new size for the MLflow Tracking Server.
- Parameters:
trackingServerSize- The new size for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trackingServerSize
The new size for the MLflow Tracking Server.
- Parameters:
trackingServerSize- The new size for the MLflow Tracking Server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
automaticModelRegistration
UpdateMlflowTrackingServerRequest.Builder automaticModelRegistration(Boolean automaticModelRegistration) 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
True. To disable automatic model registration, set this value toFalse. If not specified,AutomaticModelRegistrationdefaults toFalse- Parameters:
automaticModelRegistration- Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value toTrue. To disable automatic model registration, set this value toFalse. If not specified,AutomaticModelRegistrationdefaults toFalse- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weeklyMaintenanceWindowStart
UpdateMlflowTrackingServerRequest.Builder weeklyMaintenanceWindowStart(String 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.
-
s3BucketOwnerAccountId
The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.
- Parameters:
s3BucketOwnerAccountId- The new expected Amazon Web Services account ID that owns the Amazon S3 bucket for artifact storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketOwnerVerification
UpdateMlflowTrackingServerRequest.Builder s3BucketOwnerVerification(Boolean s3BucketOwnerVerification) Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.
- Parameters:
s3BucketOwnerVerification- Whether to enable or disable Amazon S3 Bucket Owenrship Verifaction whenever the MLflow Tracking Server interacts with Amazon Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMlflowTrackingServerRequest.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
UpdateMlflowTrackingServerRequest.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.
-