Interface CreateMlflowAppRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateMlflowAppRequest.Builder,,CreateMlflowAppRequest> SageMakerRequest.Builder,SdkBuilder<CreateMlflowAppRequest.Builder,,CreateMlflowAppRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateMlflowAppRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountDefaultStatus(String accountDefaultStatus) Indicates whether this MLflow app is the default for the entire account.accountDefaultStatus(AccountDefaultStatus accountDefaultStatus) Indicates whether this MLflow app is the default for the entire account.artifactStoreUri(String artifactStoreUri) The S3 URI for a general purpose bucket to use as the MLflow App artifact store.defaultDomainIdList(String... defaultDomainIdList) List of SageMaker domain IDs for which this MLflow App is used as the default.defaultDomainIdList(Collection<String> defaultDomainIdList) List of SageMaker domain IDs for which this MLflow App is used as 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.A string identifying the MLflow app name.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.tags(Collection<Tag> tags) Tags consisting of key-value pairs used to manage metadata for the MLflow App.tags(Consumer<Tag.Builder>... tags) Tags consisting of key-value pairs used to manage metadata for the MLflow App.Tags consisting of key-value pairs used to manage metadata for the MLflow App.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.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
-
name
A string identifying the MLflow app name. This string is not part of the tracking server ARN.
- Parameters:
name- A string identifying the MLflow app name. This string is not part of the tracking server ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStoreUri
The S3 URI for a general purpose bucket to use as the MLflow App artifact store.
- Parameters:
artifactStoreUri- The S3 URI for a general purpose bucket to use as the MLflow App artifact store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. The role should have the
AmazonS3FullAccesspermission.- Parameters:
roleArn- The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3. The role should have theAmazonS3FullAccesspermission.- 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 toAutoModelRegistrationDisabled.- 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 toAutoModelRegistrationDisabled.- 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 toAutoModelRegistrationDisabled.- 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 toAutoModelRegistrationDisabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
weeklyMaintenanceWindowStart
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
- Parameters:
weeklyMaintenanceWindowStart- The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountDefaultStatus
Indicates whether this MLflow app is the default for the entire account.
- Parameters:
accountDefaultStatus- Indicates whether this MLflow app is the default for the entire account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountDefaultStatus
Indicates whether this MLflow app is the default for the entire account.
- Parameters:
accountDefaultStatus- Indicates whether this MLflow app is the default for the entire account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultDomainIdList
List of SageMaker domain IDs for which this MLflow App is used as the default.
- Parameters:
defaultDomainIdList- List of SageMaker domain IDs for which this MLflow App is used as 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 used as the default.
- Parameters:
defaultDomainIdList- List of SageMaker domain IDs for which this MLflow App is used as the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the MLflow App.
- Parameters:
tags- Tags consisting of key-value pairs used to manage metadata for the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the MLflow App.
- Parameters:
tags- Tags consisting of key-value pairs used to manage metadata for the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags consisting of key-value pairs used to manage metadata for the MLflow App.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateMlflowAppRequest.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
CreateMlflowAppRequest.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.
-