Interface StartInferenceExperimentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartInferenceExperimentResponse.Builder,StartInferenceExperimentResponse>, SageMakerResponse.Builder, SdkBuilder<StartInferenceExperimentResponse.Builder,StartInferenceExperimentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartInferenceExperimentResponse

public static interface StartInferenceExperimentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<StartInferenceExperimentResponse.Builder,StartInferenceExperimentResponse>
  • Method Details

    • inferenceExperimentArn

      StartInferenceExperimentResponse.Builder inferenceExperimentArn(String inferenceExperimentArn)

      The ARN of the started inference experiment to start.

      Parameters:
      inferenceExperimentArn - The ARN of the started inference experiment to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.