Interface PendingUploadResponseDto
public interface PendingUploadResponseDto
An immutable client-side representation of PendingUploadResponseDto.
-
Method Summary
Modifier and TypeMethodDescriptionGets the blobReferenceForConsumption property: Container level read, write, list SAS.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.PendingUploadResponseDtoInner object.Gets the pendingUploadId property: ID for this upload request.Gets the pendingUploadType property: TemporaryBlobReference is the only supported type.
-
Method Details
-
blobReferenceForConsumption
BlobReferenceForConsumptionDto blobReferenceForConsumption()Gets the blobReferenceForConsumption property: Container level read, write, list SAS.- Returns:
- the blobReferenceForConsumption value.
-
pendingUploadId
String pendingUploadId()Gets the pendingUploadId property: ID for this upload request.- Returns:
- the pendingUploadId value.
-
pendingUploadType
PendingUploadType pendingUploadType()Gets the pendingUploadType property: TemporaryBlobReference is the only supported type.- Returns:
- the pendingUploadType value.
-
innerModel
PendingUploadResponseDtoInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.PendingUploadResponseDtoInner object.- Returns:
- the inner object.
-