| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.model.transform |
| Modifier and Type | Method and Description |
|---|---|
S3DataSpec |
S3DataSpec.clone() |
S3DataSpec |
CreateDataSourceFromS3Request.getDataSpec()
The data specification of a
DataSource: |
S3DataSpec |
S3DataSpec.withDataLocationS3(String dataLocationS3)
The location of the data file(s) used by a
DataSource. |
S3DataSpec |
S3DataSpec.withDataRearrangement(String dataRearrangement)
A JSON string that represents the splitting and rearrangement processing to be applied to a
DataSource. |
S3DataSpec |
S3DataSpec.withDataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon S3
DataSource. |
S3DataSpec |
S3DataSpec.withDataSchemaLocationS3(String dataSchemaLocationS3)
Describes the schema location in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataSourceFromS3Request.setDataSpec(S3DataSpec dataSpec)
The data specification of a
DataSource: |
CreateDataSourceFromS3Request |
CreateDataSourceFromS3Request.withDataSpec(S3DataSpec dataSpec)
The data specification of a
DataSource: |
| Modifier and Type | Method and Description |
|---|---|
S3DataSpec |
S3DataSpecJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
S3DataSpecMarshaller.marshall(S3DataSpec s3DataSpec,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.