Interface InferenceS3OutputConfiguration.Builder

    • Method Detail

      • bucket

        InferenceS3OutputConfiguration.Builder bucket​(String bucket)

        The bucket containing the output results from the inference

        Parameters:
        bucket - The bucket containing the output results from the inference
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        InferenceS3OutputConfiguration.Builder prefix​(String prefix)

        The prefix for the S3 bucket used for the output results from the inference.

        Parameters:
        prefix - The prefix for the S3 bucket used for the output results from the inference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.