ExternalEvaluationEndpointSettings Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ExternalEvaluationEndpointSettings
- com.
Implements
public final class ExternalEvaluationEndpointSettings
implements JsonSerializable<ExternalEvaluationEndpointSettings>
The settings of an external endpoint providing evaluation results.
Constructor Summary
| Constructor | Description |
|---|---|
| ExternalEvaluationEndpointSettings() |
Creates an instance of External |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
details()
Get the details property: The details of the endpoint. |
|
static
External |
fromJson(JsonReader jsonReader)
Reads an instance of External |
| String |
kind()
Get the kind property: The kind of the endpoint. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
External |
withDetails(Object details)
Set the details property: The details of the endpoint. |
|
External |
withKind(String kind)
Set the kind property: The kind of the endpoint. |
Methods inherited from java.lang.Object
Constructor Details
ExternalEvaluationEndpointSettings
public ExternalEvaluationEndpointSettings()
Creates an instance of ExternalEvaluationEndpointSettings class.
Method Details
details
public Object details()
Get the details property: The details of the endpoint.
Returns:
fromJson
public static ExternalEvaluationEndpointSettings fromJson(JsonReader jsonReader)
Reads an instance of ExternalEvaluationEndpointSettings from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: The kind of the endpoint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDetails
public ExternalEvaluationEndpointSettings withDetails(Object details)
Set the details property: The details of the endpoint.
Parameters:
Returns:
withKind
public ExternalEvaluationEndpointSettings withKind(String kind)
Set the kind property: The kind of the endpoint.
Parameters:
Returns: