Module: Aws::CleanRoomsML::Client::_GetAudienceGenerationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAudienceGenerationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #audience_generation_job_arn ⇒ ::String
- #collaboration_id ⇒ ::String
- #configured_audience_model_arn ⇒ ::String
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #include_seed_in_output ⇒ Boolean
- #metrics ⇒ Types::AudienceQualityMetrics
- #name ⇒ ::String
- #protected_query_identifier ⇒ ::String
- #seed_audience ⇒ Types::AudienceGenerationJobDataSource
- #started_by ⇒ ::String
- #status ⇒ "CREATE_PENDING", ...
- #status_details ⇒ Types::StatusDetails
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#audience_generation_job_arn ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def audience_generation_job_arn: () -> ::String
|
#collaboration_id ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def collaboration_id: () -> ::String
|
#configured_audience_model_arn ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def configured_audience_model_arn: () -> ::String
|
#create_time ⇒ ::Time
382 |
# File 'sig/client.rbs', line 382
def create_time: () -> ::Time
|
#description ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def description: () -> ::String
|
#include_seed_in_output ⇒ Boolean
391 |
# File 'sig/client.rbs', line 391
def include_seed_in_output: () -> bool
|
#metrics ⇒ Types::AudienceQualityMetrics
393 |
# File 'sig/client.rbs', line 393
def metrics: () -> Types::AudienceQualityMetrics
|
#name ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def name: () -> ::String
|
#protected_query_identifier ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def protected_query_identifier: () -> ::String
|
#seed_audience ⇒ Types::AudienceGenerationJobDataSource
390 |
# File 'sig/client.rbs', line 390
def seed_audience: () -> Types::AudienceGenerationJobDataSource
|
#started_by ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def started_by: () -> ::String
|
#status ⇒ "CREATE_PENDING", ...
387 |
# File 'sig/client.rbs', line 387
def status: () -> ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#status_details ⇒ Types::StatusDetails
388 |
# File 'sig/client.rbs', line 388
def status_details: () -> Types::StatusDetails
|
#tags ⇒ ::Hash[::String, ::String]
395 |
# File 'sig/client.rbs', line 395
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
383 |
# File 'sig/client.rbs', line 383
def update_time: () -> ::Time
|