| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static GetDataSourceResponse.Builder |
GetDataSourceResponse.builder() |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.computeStatistics(Boolean computeStatistics)
The parameter is
true if statistics need to be generated from the observation data. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.computeTime(Long computeTime)
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
DataSource, normalized and scaled on computation resources. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.createdAt(Instant createdAt)
The time that the
DataSource was created. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.createdByIamUser(String createdByIamUser)
The AWS user account from which the
DataSource was created. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataLocationS3(String dataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataRearrangement(String dataRearrangement)
A JSON string that represents the splitting and rearrangement requirement used when this
DataSource was created. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataSizeInBytes(Long dataSizeInBytes)
The total size of observations in the data files.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataSourceId(String dataSourceId)
The ID assigned to the
DataSource at creation. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataSourceSchema(String dataSourceSchema)
The schema used by all of the data files of this
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.finishedAt(Instant finishedAt)
The epoch time when Amazon Machine Learning marked the
DataSource as COMPLETED or
FAILED. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to the
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.logUri(String logUri)
A link to the file containing logs of
CreateDataSourceFrom* operations. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.message(String message)
The user-supplied description of the most recent details about creating the
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.name(String name)
A user-supplied name or description of the
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.numberOfFiles(Long numberOfFiles)
The number of data files referenced by the
DataSource. |
default GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.rdsMetadata(Consumer<RDSMetadata.Builder> rdsMetadata)
Sets the value of the RDSMetadata property for this object.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.rdsMetadata(RDSMetadata rdsMetadata)
Sets the value of the RDSMetadata property for this object.
|
default GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.redshiftMetadata(Consumer<RedshiftMetadata.Builder> redshiftMetadata)
Sets the value of the RedshiftMetadata property for this object.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.redshiftMetadata(RedshiftMetadata redshiftMetadata)
Sets the value of the RedshiftMetadata property for this object.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.roleARN(String roleARN)
Sets the value of the RoleARN property for this object.
|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.startedAt(Instant startedAt)
The epoch time when Amazon Machine Learning marked the
DataSource as INPROGRESS. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.status(EntityStatus status)
The current status of the
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.status(String status)
The current status of the
DataSource. |
GetDataSourceResponse.Builder |
GetDataSourceResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataSourceResponse.Builder> |
GetDataSourceResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.