@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMLEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteMLEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteMLEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getClean()
If this flag is set to
TRUE , all Neptune ML S3 artifacts should be deleted when the job is stopped. |
String |
getId()
The unique identifier of the inference endpoint.
|
String |
getNeptuneIamRoleArn()
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources.
|
int |
hashCode() |
Boolean |
isClean()
If this flag is set to
TRUE , all Neptune ML S3 artifacts should be deleted when the job is stopped. |
void |
setClean(Boolean clean)
If this flag is set to
TRUE , all Neptune ML S3 artifacts should be deleted when the job is stopped. |
void |
setId(String id)
The unique identifier of the inference endpoint.
|
void |
setNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMLEndpointRequest |
withClean(Boolean clean)
If this flag is set to
TRUE , all Neptune ML S3 artifacts should be deleted when the job is stopped. |
DeleteMLEndpointRequest |
withId(String id)
The unique identifier of the inference endpoint.
|
DeleteMLEndpointRequest |
withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The unique identifier of the inference endpoint.
id
- The unique identifier of the inference endpoint.public String getId()
The unique identifier of the inference endpoint.
public DeleteMLEndpointRequest withId(String id)
The unique identifier of the inference endpoint.
id
- The unique identifier of the inference endpoint.public void setNeptuneIamRoleArn(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.
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 String getNeptuneIamRoleArn()
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 DeleteMLEndpointRequest withNeptuneIamRoleArn(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.
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 void setClean(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
.
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
.public Boolean getClean()
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 withClean(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
.
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
.public Boolean isClean()
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 String toString()
toString
in class Object
Object.toString()
public DeleteMLEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()