@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAppResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAppResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appArn()
The Amazon Resource Name (ARN) of the app.
|
String |
appName()
The name of the app.
|
AppType |
appType()
The type of app.
|
String |
appTypeAsString()
The type of app.
|
static DescribeAppResponse.Builder |
builder() |
Instant |
creationTime()
The creation time.
|
String |
domainId()
The domain ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The failure reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastHealthCheckTimestamp()
The timestamp of the last health check.
|
Instant |
lastUserActivityTimestamp()
The timestamp of the last user's activity.
|
ResourceSpec |
resourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAppResponse.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
AppStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
DescribeAppResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userProfileName()
The user profile name.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appArn()
The Amazon Resource Name (ARN) of the app.
public final AppType appType()
The type of app.
If the service returns an enum value that is not available in the current SDK version, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic final String appTypeAsString()
The type of app.
If the service returns an enum value that is not available in the current SDK version, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic final String appName()
The name of the app.
public final String domainId()
The domain ID.
public final String userProfileName()
The user profile name.
public final AppStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return AppStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AppStatuspublic final Instant lastHealthCheckTimestamp()
The timestamp of the last health check.
public final Instant lastUserActivityTimestamp()
The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker
performs health checks without user activity. As a result, this value is set to the same value as
LastHealthCheckTimestamp.
LastUserActivityTimestamp is also updated when
SageMaker performs health checks without user activity. As a result, this value is set to the same value
as LastHealthCheckTimestamp.public final Instant creationTime()
The creation time.
public final String failureReason()
The failure reason.
public final ResourceSpec resourceSpec()
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
public final String spaceName()
The name of the space. If this value is not set, then UserProfileName must be set.
UserProfileName must be set.public DescribeAppResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>toBuilder in class AwsResponsepublic static DescribeAppResponse.Builder builder()
public static Class<? extends DescribeAppResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.