Class GetDataSourceResponse
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<GetDataSourceResponse.Builder,
GetDataSourceResponse>
Represents the output of a GetDataSource
operation and describes a DataSource
.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Boolean
The parameter istrue
if statistics need to be generated from the observation data.final Long
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing theDataSource
, normalized and scaled on computation resources.final Instant
The time that theDataSource
was created.final String
The AWS user account from which theDataSource
was created.final String
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).final String
A JSON string that represents the splitting and rearrangement requirement used when thisDataSource
was created.final Long
The total size of observations in the data files.final String
The ID assigned to theDataSource
at creation.final String
The schema used by all of the data files of thisDataSource
.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Instant
The epoch time when Amazon Machine Learning marked theDataSource
asCOMPLETED
orFAILED
.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkResponse
.final int
hashCode()
final Instant
The time of the most recent edit to theDataSource
.final String
logUri()
A link to the file containing logs ofCreateDataSourceFrom*
operations.final String
message()
The user-supplied description of the most recent details about creating theDataSource
.final String
name()
A user-supplied name or description of theDataSource
.final Long
The number of data files referenced by theDataSource
.final RDSMetadata
Returns the value of the RDSMetadata property for this object.final RedshiftMetadata
Returns the value of the RedshiftMetadata property for this object.final String
roleARN()
Returns the value of the RoleARN property for this object.static Class
<? extends GetDataSourceResponse.Builder> final Instant
The epoch time when Amazon Machine Learning marked theDataSource
asINPROGRESS
.final EntityStatus
status()
The current status of theDataSource
.final String
The current status of theDataSource
.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.machinelearning.model.MachineLearningResponse
responseMetadata
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dataSourceId
The ID assigned to the
DataSource
at creation. This value should be identical to the value of theDataSourceId
in the request.- Returns:
- The ID assigned to the
DataSource
at creation. This value should be identical to the value of theDataSourceId
in the request.
-
dataLocationS3
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
- Returns:
- The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
-
dataRearrangement
A JSON string that represents the splitting and rearrangement requirement used when this
DataSource
was created.- Returns:
- A JSON string that represents the splitting and rearrangement requirement used when this
DataSource
was created.
-
createdByIamUser
The AWS user account from which the
DataSource
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.- Returns:
- The AWS user account from which the
DataSource
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
-
createdAt
The time that the
DataSource
was created. The time is expressed in epoch time.- Returns:
- The time that the
DataSource
was created. The time is expressed in epoch time.
-
lastUpdatedAt
The time of the most recent edit to the
DataSource
. The time is expressed in epoch time.- Returns:
- The time of the most recent edit to the
DataSource
. The time is expressed in epoch time.
-
dataSizeInBytes
The total size of observations in the data files.
- Returns:
- The total size of observations in the data files.
-
numberOfFiles
The number of data files referenced by the
DataSource
.- Returns:
- The number of data files referenced by the
DataSource
.
-
name
A user-supplied name or description of the
DataSource
.- Returns:
- A user-supplied name or description of the
DataSource
.
-
status
The current status of the
DataSource
. This element can have one of the following values:-
PENDING
- Amazon ML submitted a request to create aDataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create aDataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- TheDataSource
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the
DataSource
. This element can have one of the following values:-
PENDING
- Amazon ML submitted a request to create aDataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create aDataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- TheDataSource
is marked as deleted. It is not usable.
-
- See Also:
-
-
statusAsString
The current status of the
DataSource
. This element can have one of the following values:-
PENDING
- Amazon ML submitted a request to create aDataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create aDataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- TheDataSource
is marked as deleted. It is not usable.
If the service returns an enum value that is not available in the current SDK version,
status
will returnEntityStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the
DataSource
. This element can have one of the following values:-
PENDING
- Amazon ML submitted a request to create aDataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create aDataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- TheDataSource
is marked as deleted. It is not usable.
-
- See Also:
-
-
logUri
A link to the file containing logs of
CreateDataSourceFrom*
operations.- Returns:
- A link to the file containing logs of
CreateDataSourceFrom*
operations.
-
message
The user-supplied description of the most recent details about creating the
DataSource
.- Returns:
- The user-supplied description of the most recent details about creating the
DataSource
.
-
redshiftMetadata
Returns the value of the RedshiftMetadata property for this object.- Returns:
- The value of the RedshiftMetadata property for this object.
-
rdsMetadata
Returns the value of the RDSMetadata property for this object.- Returns:
- The value of the RDSMetadata property for this object.
-
roleARN
Returns the value of the RoleARN property for this object.- Returns:
- The value of the RoleARN property for this object.
-
computeStatistics
The parameter is
true
if statistics need to be generated from the observation data.- Returns:
- The parameter is
true
if statistics need to be generated from the observation data.
-
computeTime
The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
DataSource
, normalized and scaled on computation resources.ComputeTime
is only available if theDataSource
is in theCOMPLETED
state and theComputeStatistics
is set to true.- Returns:
- The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the
DataSource
, normalized and scaled on computation resources.ComputeTime
is only available if theDataSource
is in theCOMPLETED
state and theComputeStatistics
is set to true.
-
finishedAt
The epoch time when Amazon Machine Learning marked the
DataSource
asCOMPLETED
orFAILED
.FinishedAt
is only available when theDataSource
is in theCOMPLETED
orFAILED
state.- Returns:
- The epoch time when Amazon Machine Learning marked the
DataSource
asCOMPLETED
orFAILED
.FinishedAt
is only available when theDataSource
is in theCOMPLETED
orFAILED
state.
-
startedAt
The epoch time when Amazon Machine Learning marked the
DataSource
asINPROGRESS
.StartedAt
isn't available if theDataSource
is in thePENDING
state.- Returns:
- The epoch time when Amazon Machine Learning marked the
DataSource
asINPROGRESS
.StartedAt
isn't available if theDataSource
is in thePENDING
state.
-
dataSourceSchema
The schema used by all of the data files of this
DataSource
.Note: This parameter is provided as part of the verbose format.
- Returns:
- The schema used by all of the data files of this
DataSource
.Note: This parameter is provided as part of the verbose format.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<GetDataSourceResponse.Builder,
GetDataSourceResponse> - Specified by:
toBuilder
in classAwsResponse
- Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classAwsResponse
-
equals
- Overrides:
equals
in classAwsResponse
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
Description copied from class:SdkResponse
Used to retrieve the value of a field from any class that extendsSdkResponse
. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkResponse.getValueForField(String, Class)
method will again be available.- Overrides:
getValueForField
in classSdkResponse
- Parameters:
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.- Returns:
- Optional containing the casted return value
-
sdkFields
-