Interface Service.CreatePresignedUploadUrlOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreatePresignedUploadUrl, Service.CreatePresignedUploadUrl.Builder
Enclosing class:
Service

public static interface Service.CreatePresignedUploadUrlOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    URL expiration time in seconds (default: 900).
    Relative path within the run's artifact directory (e.g.
    com.google.protobuf.ByteString
    Relative path within the run's artifact directory (e.g.
    Run ID that owns the artifact.
    com.google.protobuf.ByteString
    Run ID that owns the artifact.
    boolean
    URL expiration time in seconds (default: 900).
    boolean
    Relative path within the run's artifact directory (e.g.
    boolean
    Run ID that owns the artifact.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRunId

      boolean hasRunId()
       Run ID that owns the artifact. Must be provided.
       
      optional string run_id = 1;
      Returns:
      Whether the runId field is set.
    • getRunId

      String getRunId()
       Run ID that owns the artifact. Must be provided.
       
      optional string run_id = 1;
      Returns:
      The runId.
    • getRunIdBytes

      com.google.protobuf.ByteString getRunIdBytes()
       Run ID that owns the artifact. Must be provided.
       
      optional string run_id = 1;
      Returns:
      The bytes for runId.
    • hasPath

      boolean hasPath()
       Relative path within the run's artifact directory (e.g. "models/model.pkl").
       Must be provided.
       
      optional string path = 2;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
       Relative path within the run's artifact directory (e.g. "models/model.pkl").
       Must be provided.
       
      optional string path = 2;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
       Relative path within the run's artifact directory (e.g. "models/model.pkl").
       Must be provided.
       
      optional string path = 2;
      Returns:
      The bytes for path.
    • hasExpiration

      boolean hasExpiration()
       URL expiration time in seconds (default: 900).
       
      optional int64 expiration = 3;
      Returns:
      Whether the expiration field is set.
    • getExpiration

      long getExpiration()
       URL expiration time in seconds (default: 900).
       
      optional int64 expiration = 3;
      Returns:
      The expiration.