Class GetMemoryRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ml.GetMemoryRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetMemoryRequest.Builder,GetMemoryRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetMemoryRequest
extends RequestBase
implements ToCopyableBuilder<GetMemoryRequest.Builder,GetMemoryRequest>
Get a memory.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetMemoryRequest, GetMemoryResponse, ErrorResponse> Endpoint "ml.get_memory". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetMemoryRequest.Builderbuilder()booleaninthashCode()final StringmemoryId()Required - API name:memory_idstatic GetMemoryRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "ml.get_memory".
-
-
Method Details
-
of
public static GetMemoryRequest of(Function<GetMemoryRequest.Builder, ObjectBuilder<GetMemoryRequest>> fn) -
memoryId
Required - API name:memory_id -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMemoryRequest.Builder,GetMemoryRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-