Interface DescribeMlflowAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMlflowAppResponse.Builder,,DescribeMlflowAppResponse> SageMakerResponse.Builder,SdkBuilder<DescribeMlflowAppResponse.Builder,,DescribeMlflowAppResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeMlflowAppResponse
-
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.The ARN of the MLflow App.artifactStoreUri(String artifactStoreUri) The S3 URI of the general purpose bucket used as the MLflow App artifact store.createdBy(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object.createdBy(UserContext createdBy) Sets the value of the CreatedBy property for this object.creationTime(Instant creationTime) The timestamp when the MLflow App was created.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.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedBy(UserContext lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedTime(Instant lastModifiedTime) The timestamp when the MLflow App was last modified.maintenanceStatus(String maintenanceStatus) Current maintenance status of the MLflow App.maintenanceStatus(MaintenanceStatus maintenanceStatus) Current maintenance status of the MLflow App.mlflowVersion(String mlflowVersion) The MLflow version used.modelRegistrationMode(String modelRegistrationMode) Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.modelRegistrationMode(ModelRegistrationMode modelRegistrationMode) Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.The name of the MLflow App.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 current creation status of the described MLflow App.status(MlflowAppStatus status) The current creation status of the described MLflow App.weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart) The day and time of the week when weekly maintenance occurs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the MLflow App.
- Parameters:
arn- The ARN of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the MLflow App.
- Parameters:
name- The name of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactStoreUri
The S3 URI of the general purpose bucket used as the MLflow App artifact store.
- Parameters:
artifactStoreUri- The S3 URI of the general purpose bucket used as the MLflow App artifact store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowVersion
The MLflow version used.
- Parameters:
mlflowVersion- The MLflow version used.- 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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current creation status of the described MLflow App.
- Parameters:
status- The current creation status of the described MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current creation status of the described MLflow App.
- Parameters:
status- The current creation status of the described MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelRegistrationMode
Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
- Parameters:
modelRegistrationMode- Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelRegistrationMode
DescribeMlflowAppResponse.Builder modelRegistrationMode(ModelRegistrationMode modelRegistrationMode) Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
- Parameters:
modelRegistrationMode- Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.- 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:
-
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 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.
-
creationTime
The timestamp when the MLflow App was created.
- Parameters:
creationTime- The timestamp when the MLflow App was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Sets the value of the CreatedBy property for this object.- Parameters:
createdBy- The new value for the CreatedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
createdBy- a consumer that will call methods onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The timestamp when the MLflow App was last modified.
- Parameters:
lastModifiedTime- The timestamp when the MLflow App was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
Sets the value of the LastModifiedBy property for this object.- Parameters:
lastModifiedBy- The new value for the LastModifiedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
default DescribeMlflowAppResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
lastModifiedBy- a consumer that will call methods onUserContext.Builder- 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 when weekly maintenance occurs.
- Parameters:
weeklyMaintenanceWindowStart- The day and time of the week when weekly maintenance occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceStatus
Current maintenance status of the MLflow App.
- Parameters:
maintenanceStatus- Current maintenance status of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenanceStatus
Current maintenance status of the MLflow App.
- Parameters:
maintenanceStatus- Current maintenance status of the MLflow App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-