@Generated(value="software.amazon.awssdk:codegen") public final class DeleteMlEndpointRequest extends NeptunedataRequest implements ToCopyableBuilder<DeleteMlEndpointRequest.Builder,DeleteMlEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteMlEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteMlEndpointRequest.Builder |
builder() |
Boolean |
clean()
If this flag is set to
TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the inference endpoint.
|
String |
neptuneIamRoleArn()
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteMlEndpointRequest.Builder> |
serializableBuilderClass() |
DeleteMlEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the inference endpoint.
public final String neptuneIamRoleArn()
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.
public final Boolean clean()
If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is stopped.
The default is FALSE.
TRUE, all Neptune ML S3 artifacts should be deleted when the job is
stopped. The default is FALSE.public DeleteMlEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteMlEndpointRequest.Builder,DeleteMlEndpointRequest>toBuilder in class NeptunedataRequestpublic static DeleteMlEndpointRequest.Builder builder()
public static Class<? extends DeleteMlEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.