Class DataframeAnalyticsAuthorization
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsAuthorization
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DataframeAnalyticsAuthorization
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeAnalyticsAuthorization>Json deserializer forDataframeAnalyticsAuthorization -
Method Summary
Modifier and TypeMethodDescriptionfinal ApiKeyAuthorizationapiKey()If an API key was used for the most recent update to the job, its name and identifier are listed in the response.of(Function<DataframeAnalyticsAuthorization.Builder, ObjectBuilder<DataframeAnalyticsAuthorization>> fn) roles()If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final StringIf a service account was used for the most recent update to the job, the account name is listed in the response.protected static voidsetupDataframeAnalyticsAuthorizationDeserializer(ObjectDeserializer<DataframeAnalyticsAuthorization.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeAnalyticsAuthorization
-
-
Method Details
-
of
-
apiKey
If an API key was used for the most recent update to the job, its name and identifier are listed in the response.API name:
api_key -
roles
If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.API name:
roles -
serviceAccount
If a service account was used for the most recent update to the job, the account name is listed in the response.API name:
service_account -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataframeAnalyticsAuthorizationDeserializer
protected static void setupDataframeAnalyticsAuthorizationDeserializer(ObjectDeserializer<DataframeAnalyticsAuthorization.Builder> op)
-