Interface ResourceInfo.Builder

  • Method Details

    • aiDetails

      ResourceInfo.Builder aiDetails(AIDetails aiDetails)

      Details that are specific to self-hosted AI resources and their host resources.

      Parameters:
      aiDetails - Details that are specific to self-hosted AI resources and their host resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aiDetails

      default ResourceInfo.Builder aiDetails(Consumer<AIDetails.Builder> aiDetails)

      Details that are specific to self-hosted AI resources and their host resources.

      This is a convenience method that creates an instance of the AIDetails.Builder avoiding the need to create one manually via AIDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to aiDetails(AIDetails).

      Parameters:
      aiDetails - a consumer that will call methods on AIDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: