Interface ListMlflowTrackingServersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListMlflowTrackingServersRequest.Builder,
,ListMlflowTrackingServersRequest> SageMakerRequest.Builder
,SdkBuilder<ListMlflowTrackingServersRequest.Builder,
,ListMlflowTrackingServersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListMlflowTrackingServersRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter
(Instant createdAfter) Use theCreatedAfter
filter to only list tracking servers created after a specific date and time.createdBefore
(Instant createdBefore) Use theCreatedBefore
filter to only list tracking servers created before a specific date and time.maxResults
(Integer maxResults) The maximum number of tracking servers to list.mlflowVersion
(String mlflowVersion) Filter for tracking servers using the specified MLflow version.If the previous response was truncated, you will receive this token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter for trackings servers sorting by name, creation time, or creation status.sortBy
(SortTrackingServerBy sortBy) Filter for trackings servers sorting by name, creation time, or creation status.Change the order of the listed tracking servers.Change the order of the listed tracking servers.trackingServerStatus
(String trackingServerStatus) Filter for tracking servers with a specified creation status.trackingServerStatus
(TrackingServerStatus trackingServerStatus) Filter for tracking servers with a specified creation status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdAfter
Use the
CreatedAfter
filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedAfter
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Parameters:
createdAfter
- Use theCreatedAfter
filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedAfter
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
Use the
CreatedBefore
filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedBefore
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Parameters:
createdBefore
- Use theCreatedBefore
filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedBefore
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingServerStatus
Filter for tracking servers with a specified creation status.
- Parameters:
trackingServerStatus
- Filter for tracking servers with a specified creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trackingServerStatus
ListMlflowTrackingServersRequest.Builder trackingServerStatus(TrackingServerStatus trackingServerStatus) Filter for tracking servers with a specified creation status.
- Parameters:
trackingServerStatus
- Filter for tracking servers with a specified creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mlflowVersion
Filter for tracking servers using the specified MLflow version.
- Parameters:
mlflowVersion
- Filter for tracking servers using the specified MLflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
Filter for trackings servers sorting by name, creation time, or creation status.
- Parameters:
sortBy
- Filter for trackings servers 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 trackings servers sorting by name, creation time, or creation status.
- Parameters:
sortBy
- Filter for trackings servers 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 tracking servers. By default, tracking servers are listed in
Descending
order by creation time. To change the list order, you can specifySortOrder
to beAscending
.- Parameters:
sortOrder
- Change the order of the listed tracking servers. By default, tracking servers are listed inDescending
order by creation time. To change the list order, you can specifySortOrder
to 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 tracking servers. By default, tracking servers are listed in
Descending
order by creation time. To change the list order, you can specifySortOrder
to beAscending
.- Parameters:
sortOrder
- Change the order of the listed tracking servers. By default, tracking servers are listed inDescending
order by creation time. To change the list order, you can specifySortOrder
to 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, you will receive this token. Use it in your next request to receive the next set of results.
- Parameters:
nextToken
- If the previous response was truncated, you will receive this token. Use it 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 tracking servers to list.
- Parameters:
maxResults
- The maximum number of tracking servers to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMlflowTrackingServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListMlflowTrackingServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-