CustomKeys Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. CustomKeys
- com.
Implements
public final class CustomKeys
implements JsonSerializable<CustomKeys>
Custom Keys credential object.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomKeys() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| Map<String,String> |
keys()
Get the keys property: Dictionary of <string>. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Custom |
withKeys(Map<String,String> keys)
Set the keys property: Dictionary of <string>. |
Methods inherited from java.lang.Object
Constructor Details
CustomKeys
public CustomKeys()
Creates an instance of CustomKeys class.
Method Details
fromJson
public static CustomKeys fromJson(JsonReader jsonReader)
Reads an instance of CustomKeys from the JsonReader.
Parameters:
Returns:
Throws:
keys
public Map<String,String> keys()
Get the keys property: Dictionary of <string>.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeys
public CustomKeys withKeys(Map<String,String> keys)
Set the keys property: Dictionary of <string>.
Parameters:
Returns: