Record Class LlmInferenceHttpRequestChunkResult
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.LlmInferenceHttpRequestChunkResult
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record LlmInferenceHttpRequestChunkResult()
extends Record
Acknowledgement. The SDK is free to ignore the ack and treat chunk delivery as fire-and-forget.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aLlmInferenceHttpRequestChunkResultrecord class. -
Method Summary
-
Constructor Details
-
LlmInferenceHttpRequestChunkResult
public LlmInferenceHttpRequestChunkResult()Creates an instance of aLlmInferenceHttpRequestChunkResultrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-