| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSource.Builder |
DataSource.builder() |
DataSource.Builder |
DataSource.Builder.computeStatistics(Boolean computeStatistics)
The parameter is
true if statistics need to be generated from the observation data. |
DataSource.Builder |
DataSource.Builder.computeTime(Long computeTime)
Sets the value of the ComputeTime property for this object.
|
DataSource.Builder |
DataSource.Builder.createdAt(Instant createdAt)
The time that the
DataSource was created. |
DataSource.Builder |
DataSource.Builder.createdByIamUser(String createdByIamUser)
The AWS user account from which the
DataSource was created. |
DataSource.Builder |
DataSource.Builder.dataLocationS3(String dataLocationS3)
The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a
DataSource. |
DataSource.Builder |
DataSource.Builder.dataRearrangement(String dataRearrangement)
A JSON string that represents the splitting and rearrangement requirement used when this
DataSource was created. |
DataSource.Builder |
DataSource.Builder.dataSizeInBytes(Long dataSizeInBytes)
The total number of observations contained in the data files that the
DataSource references. |
DataSource.Builder |
DataSource.Builder.dataSourceId(String dataSourceId)
The ID that is assigned to the
DataSource during creation. |
DataSource.Builder |
DataSource.Builder.finishedAt(Instant finishedAt)
Sets the value of the FinishedAt property for this object.
|
DataSource.Builder |
DataSource.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to the
BatchPrediction. |
DataSource.Builder |
DataSource.Builder.message(String message)
A description of the most recent details about creating the
DataSource. |
DataSource.Builder |
DataSource.Builder.name(String name)
A user-supplied name or description of the
DataSource. |
DataSource.Builder |
DataSource.Builder.numberOfFiles(Long numberOfFiles)
The number of data files referenced by the
DataSource. |
default DataSource.Builder |
DataSource.Builder.rdsMetadata(Consumer<RDSMetadata.Builder> rdsMetadata)
Sets the value of the RDSMetadata property for this object.
|
DataSource.Builder |
DataSource.Builder.rdsMetadata(RDSMetadata rdsMetadata)
Sets the value of the RDSMetadata property for this object.
|
default DataSource.Builder |
DataSource.Builder.redshiftMetadata(Consumer<RedshiftMetadata.Builder> redshiftMetadata)
Sets the value of the RedshiftMetadata property for this object.
|
DataSource.Builder |
DataSource.Builder.redshiftMetadata(RedshiftMetadata redshiftMetadata)
Sets the value of the RedshiftMetadata property for this object.
|
DataSource.Builder |
DataSource.Builder.roleARN(String roleARN)
Sets the value of the RoleARN property for this object.
|
DataSource.Builder |
DataSource.Builder.startedAt(Instant startedAt)
Sets the value of the StartedAt property for this object.
|
DataSource.Builder |
DataSource.Builder.status(EntityStatus status)
The current status of the
DataSource. |
DataSource.Builder |
DataSource.Builder.status(String status)
The current status of the
DataSource. |
DataSource.Builder |
DataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSource.Builder> |
DataSource.serializableBuilderClass() |
Copyright © 2023. All rights reserved.