Record Class LlmInferenceHttpRequestStartResult
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.LlmInferenceHttpRequestStartResult
@CopilotExperimental
@Generated("copilot-sdk-codegen")
public record LlmInferenceHttpRequestStartResult()
extends Record
Acknowledgement. Returning successfully simply means the SDK accepted the start frame; it does not imply the request will succeed.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aLlmInferenceHttpRequestStartResultrecord class. -
Method Summary
-
Constructor Details
-
LlmInferenceHttpRequestStartResult
public LlmInferenceHttpRequestStartResult()Creates an instance of aLlmInferenceHttpRequestStartResultrecord 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.
-