@Generated(value="software.amazon.awssdk:codegen") public final class StartMlDataProcessingJobRequest extends NeptunedataRequest implements ToCopyableBuilder<StartMlDataProcessingJobRequest.Builder,StartMlDataProcessingJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMlDataProcessingJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMlDataProcessingJobRequest.Builder |
builder() |
String |
configFileName()
A data specification file that describes how to load the exported graph data for training.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
boolean |
hasSubnets()
For responses, this returns true if the service returned a value for the Subnets property.
|
String |
id()
A unique identifier for the new job.
|
String |
inputDataS3Location()
The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing
job.
|
String |
modelType()
One of the two model types that Neptune ML currently supports: heterogeneous graph models (
heterogeneous), and knowledge graph (kge). |
String |
neptuneIamRoleArn()
The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf.
|
String |
previousDataProcessingJobId()
The job ID of a completed data processing job run on an earlier version of the data.
|
String |
processedDataS3Location()
The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
|
String |
processingInstanceType()
The type of ML instance used during data processing.
|
Integer |
processingInstanceVolumeSizeInGB()
The disk volume size of the processing instance.
|
Integer |
processingTimeOutInSeconds()
Timeout in seconds for the data processing job.
|
String |
s3OutputEncryptionKMSKey()
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing
job.
|
String |
sagemakerIamRoleArn()
The ARN of an IAM role for SageMaker execution.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
The VPC security group IDs.
|
static Class<? extends StartMlDataProcessingJobRequest.Builder> |
serializableBuilderClass() |
List<String> |
subnets()
The IDs of the subnets in the Neptune VPC.
|
StartMlDataProcessingJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeEncryptionKMSKey()
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume
attached to the ML compute instances that run the training job.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
A unique identifier for the new job. The default is an autogenerated UUID.
public final String previousDataProcessingJobId()
The job ID of a completed data processing job run on an earlier version of the data.
public final String inputDataS3Location()
The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.
public final String processedDataS3Location()
The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
public final String sagemakerIamRoleArn()
The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.
public final String neptuneIamRoleArn()
The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.
public final String processingInstanceType()
The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.
public final Integer processingInstanceVolumeSizeInGB()
The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.
public final Integer processingTimeOutInSeconds()
Timeout in seconds for the data processing job. The default is 86,400 (1 day).
public final String modelType()
One of the two model types that Neptune ML currently supports: heterogeneous graph models (
heterogeneous), and knowledge graph (kge). The default is none. If not specified,
Neptune ML chooses the model type automatically based on the data.
heterogeneous), and knowledge graph (kge). The default is none. If not
specified, Neptune ML chooses the model type automatically based on the data.public final String configFileName()
A data specification file that describes how to load the exported graph data for training. The file is
automatically generated by the Neptune export toolkit. The default is
training-data-configuration.json.
training-data-configuration.json.public final boolean hasSubnets()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> subnets()
The IDs of the subnets in the Neptune VPC. The default is None.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSubnets() method.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroupIds()
The VPC security group IDs. The default is None.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public final String volumeEncryptionKMSKey()
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
public final String s3OutputEncryptionKMSKey()
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
public StartMlDataProcessingJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMlDataProcessingJobRequest.Builder,StartMlDataProcessingJobRequest>toBuilder in class NeptunedataRequestpublic static StartMlDataProcessingJobRequest.Builder builder()
public static Class<? extends StartMlDataProcessingJobRequest.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.