Interface ListMlflowAppsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMlflowAppsRequest.Builder,,ListMlflowAppsRequest> SageMakerRequest.Builder,SdkBuilder<ListMlflowAppsRequest.Builder,,ListMlflowAppsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMlflowAppsRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountDefaultStatus(String accountDefaultStatus) Filter for MLflow Apps with the specifiedAccountDefaultStatus.accountDefaultStatus(AccountDefaultStatus accountDefaultStatus) Filter for MLflow Apps with the specifiedAccountDefaultStatus.createdAfter(Instant createdAfter) Use theCreatedAfterfilter to only list MLflow Apps created after a specific date and time.createdBefore(Instant createdBefore) Use theCreatedBeforefilter to only list MLflow Apps created before a specific date and time.defaultForDomainId(String defaultForDomainId) Filter for MLflow Apps with the specified default SageMaker Domain ID.maxResults(Integer maxResults) The maximum number of MLflow Apps to list.mlflowVersion(String mlflowVersion) Filter for Mlflow Apps with the specified version.If the previous response was truncated, use this token in your next request to receive the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter for MLflow Apps sorting by name, creation time, or creation status.sortBy(SortMlflowAppBy sortBy) Filter for MLflow Apps sorting by name, creation time, or creation status.Change the order of the listed MLflow Apps.Change the order of the listed MLflow Apps.Filter for Mlflow apps with a specific creation status.status(MlflowAppStatus status) Filter for Mlflow apps with a specific creation status.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
-
createdAfter
Use the
CreatedAfterfilter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- Parameters:
createdAfter- Use theCreatedAfterfilter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Use the
CreatedBeforefilter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- Parameters:
createdBefore- Use theCreatedBeforefilter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter for Mlflow apps with a specific creation status.
- Parameters:
status- Filter for Mlflow apps with a specific creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter for Mlflow apps with a specific creation status.
- Parameters:
status- Filter for Mlflow apps with a specific creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mlflowVersion
Filter for Mlflow Apps with the specified version.
- Parameters:
mlflowVersion- Filter for Mlflow Apps with the specified version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultForDomainId
Filter for MLflow Apps with the specified default SageMaker Domain ID.
- Parameters:
defaultForDomainId- Filter for MLflow Apps with the specified default SageMaker Domain ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountDefaultStatus
Filter for MLflow Apps with the specified
AccountDefaultStatus.- Parameters:
accountDefaultStatus- Filter for MLflow Apps with the specifiedAccountDefaultStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountDefaultStatus
Filter for MLflow Apps with the specified
AccountDefaultStatus.- Parameters:
accountDefaultStatus- Filter for MLflow Apps with the specifiedAccountDefaultStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Filter for MLflow Apps sorting by name, creation time, or creation status.
- Parameters:
sortBy- Filter for MLflow Apps sorting by name, creation time, or creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Filter for MLflow Apps sorting by name, creation time, or creation status.
- Parameters:
sortBy- Filter for MLflow Apps sorting by name, creation time, or creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in
Descendingorder by creation time. To change the list order, specifySortOrderto beAscending.- Parameters:
sortOrder- Change the order of the listed MLflow Apps. By default, MLflow Apps are listed inDescendingorder by creation time. To change the list order, specifySortOrderto beAscending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in
Descendingorder by creation time. To change the list order, specifySortOrderto beAscending.- Parameters:
sortOrder- Change the order of the listed MLflow Apps. By default, MLflow Apps are listed inDescendingorder by creation time. To change the list order, specifySortOrderto beAscending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the previous response was truncated, use this token in your next request to receive the next set of results.
- Parameters:
nextToken- If the previous response was truncated, use this token in your next request to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of MLflow Apps to list.
- Parameters:
maxResults- The maximum number of MLflow Apps to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMlflowAppsRequest.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
ListMlflowAppsRequest.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.
-