Interface ListCollaborationTrainedModelInferenceJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsMlRequest.Builder
,CopyableBuilder<ListCollaborationTrainedModelInferenceJobsRequest.Builder,
,ListCollaborationTrainedModelInferenceJobsRequest> SdkBuilder<ListCollaborationTrainedModelInferenceJobsRequest.Builder,
,ListCollaborationTrainedModelInferenceJobsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCollaborationTrainedModelInferenceJobsRequest
@Mutable
@NotThreadSafe
public static interface ListCollaborationTrainedModelInferenceJobsRequest.Builder
extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationTrainedModelInferenceJobsRequest.Builder,ListCollaborationTrainedModelInferenceJobsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model inference jobs that you are interested in.maxResults
(Integer maxResults) The maximum size of the results that is returned per call.The token value retrieved from a previous call to access the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trainedModelArn
(String trainedModelArn) The Amazon Resource Name (ARN) of the trained model that was used to create the trained model inference jobs that you are interested in.trainedModelVersionIdentifier
(String trainedModelVersionIdentifier) The version identifier of the trained model to filter inference jobs by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cleanroomsml.model.CleanRoomsMlRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
nextToken
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum size of the results that is returned per call.
- Parameters:
maxResults
- The maximum size of the results that is returned per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationIdentifier
ListCollaborationTrainedModelInferenceJobsRequest.Builder collaborationIdentifier(String collaborationIdentifier) The collaboration ID of the collaboration that contains the trained model inference jobs that you are interested in.
- Parameters:
collaborationIdentifier
- The collaboration ID of the collaboration that contains the trained model inference jobs that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelArn
The Amazon Resource Name (ARN) of the trained model that was used to create the trained model inference jobs that you are interested in.
- Parameters:
trainedModelArn
- The Amazon Resource Name (ARN) of the trained model that was used to create the trained model inference jobs that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelVersionIdentifier
ListCollaborationTrainedModelInferenceJobsRequest.Builder trainedModelVersionIdentifier(String trainedModelVersionIdentifier) The version identifier of the trained model to filter inference jobs by. When specified, only inference jobs that used this specific version of the trained model are returned.
- Parameters:
trainedModelVersionIdentifier
- The version identifier of the trained model to filter inference jobs by. When specified, only inference jobs that used this specific version of the trained model are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCollaborationTrainedModelInferenceJobsRequest.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
ListCollaborationTrainedModelInferenceJobsRequest.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.
-