Interface GetTrainedModelInferenceJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsMlRequest.Builder,CopyableBuilder<GetTrainedModelInferenceJobRequest.Builder,GetTrainedModelInferenceJobRequest>,SdkBuilder<GetTrainedModelInferenceJobRequest.Builder,GetTrainedModelInferenceJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTrainedModelInferenceJobRequest
public static interface GetTrainedModelInferenceJobRequest.Builder extends CleanRoomsMlRequest.Builder, SdkPojo, CopyableBuilder<GetTrainedModelInferenceJobRequest.Builder,GetTrainedModelInferenceJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTrainedModelInferenceJobRequest.BuildermembershipIdentifier(String membershipIdentifier)Provides the membership ID of the membership that contains the trained model inference job that you are interested in.GetTrainedModelInferenceJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTrainedModelInferenceJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTrainedModelInferenceJobRequest.BuildertrainedModelInferenceJobArn(String trainedModelInferenceJobArn)Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.-
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 Detail
-
membershipIdentifier
GetTrainedModelInferenceJobRequest.Builder membershipIdentifier(String membershipIdentifier)
Provides the membership ID of the membership that contains the trained model inference job that you are interested in.
- Parameters:
membershipIdentifier- Provides the membership ID of the membership that contains the trained model inference job that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelInferenceJobArn
GetTrainedModelInferenceJobRequest.Builder trainedModelInferenceJobArn(String trainedModelInferenceJobArn)
Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.
- Parameters:
trainedModelInferenceJobArn- Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTrainedModelInferenceJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTrainedModelInferenceJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-